* Added second parameter to AddDirectoryToHaikuImage, a list of resource
(or rdef) files which will be converted to attributes and added to the installed directory. Adjusted build_haiku_image script accordingly. * Added directory data/image_directories, which is where the resource files for the directories attributes shall be stored. As naming convention I suggest using the target directory path with slashes replaced by hyphens, e.g. home-config-bin.rdef for home/config/bin. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -34,6 +34,7 @@ if [ $isImage ]; then
|
||||
cd="$fsShellCommand cd"
|
||||
scd="$fsShellCommand cd"
|
||||
cp="$fsShellCommand cp"
|
||||
copyAttrs="$fsShellCommand cp -a"
|
||||
ln="$fsShellCommand ln"
|
||||
mkdir="$fsShellCommand mkdir"
|
||||
rm="$fsShellCommand rm"
|
||||
@@ -45,6 +46,7 @@ else
|
||||
cd=cd
|
||||
scd=:
|
||||
cp="$copyattr -d"
|
||||
copyAttrs="$copyattr"
|
||||
ln=ln
|
||||
mkdir=mkdir
|
||||
rm=rm
|
||||
|
||||
Reference in New Issue
Block a user