Rename post_install dir to post-install
This commit is contained in:
@@ -373,7 +373,7 @@ SEARCH on $(postInstallFiles)
|
|||||||
= [ FDirName $(HAIKU_TOP) data common boot post_install ] ;
|
= [ FDirName $(HAIKU_TOP) data common boot post_install ] ;
|
||||||
SEARCH on <post-install>fresh_install
|
SEARCH on <post-install>fresh_install
|
||||||
= [ FDirName $(HAIKU_TOP) data common settings ] ;
|
= [ FDirName $(HAIKU_TOP) data common settings ] ;
|
||||||
AddFilesToHaikuImage common boot post_install : $(postInstallFiles) ;
|
AddFilesToHaikuImage common boot post-install : $(postInstallFiles) ;
|
||||||
AddFilesToHaikuImage common settings : <post-install>fresh_install ;
|
AddFilesToHaikuImage common settings : <post-install>fresh_install ;
|
||||||
|
|
||||||
# boot loader
|
# boot loader
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ local postInstallFiles = add_catalog_entry_attributes.sh
|
|||||||
postInstallFiles = $(postInstallFiles:G=post-install) ;
|
postInstallFiles = $(postInstallFiles:G=post-install) ;
|
||||||
SEARCH on $(postInstallFiles)
|
SEARCH on $(postInstallFiles)
|
||||||
= [ FDirName $(HAIKU_TOP) data common boot post_install ] ;
|
= [ FDirName $(HAIKU_TOP) data common boot post_install ] ;
|
||||||
AddFilesToPackage boot post_install : $(postInstallFiles) ;
|
AddFilesToPackage boot post-install : $(postInstallFiles) ;
|
||||||
|
|
||||||
# Gutenprint data files
|
# Gutenprint data files
|
||||||
CopyDirectoryToPackage data
|
CopyDirectoryToPackage data
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ fi
|
|||||||
|
|
||||||
# Check for fresh install and run post install scripts.
|
# Check for fresh install and run post install scripts.
|
||||||
freshInstallIndicator=/boot/common/settings/fresh_install
|
freshInstallIndicator=/boot/common/settings/fresh_install
|
||||||
postInstallDir=boot/post_install
|
postInstallDir=boot/post-install
|
||||||
if [ -e $freshInstallIndicator ]; then
|
if [ -e $freshInstallIndicator ]; then
|
||||||
# wait a moment for things to calm down a bit
|
# wait a moment for things to calm down a bit
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|||||||
Reference in New Issue
Block a user