Add temporary workaround for moved etc directory.

Package management will move the directory from common/etc to
common/settings/etc. The kernel side change that sets up the etc symlink
in the rootfs was already commited, everything still installs into the
old dir however. This symlink makes things that depend on /etc work for
now and can be removed once the files aren't populated to the old place
anymore.
This commit is contained in:
Michael Lotz
2011-11-29 17:03:03 +01:00
parent 746656272a
commit d58a4a2478
+3
View File
@@ -455,6 +455,9 @@ profileFiles = $(profileFiles:G=profile-d) ;
AddDirectoryToHaikuImage common etc profile.d ;
AddFilesToHaikuImage common etc profile.d : $(profileFiles) ;
# TODO: Temporary workaround until package management fully moves the /etc dir
AddSymlinkToHaikuImage common settings : /boot/common/etc ;
#local bashCompletionFiles = [ Glob $(etcDir)/bash_completion.d : * ] ;
#local bashCompletionHelperFiles
# = [ Glob $(etcDir)/bash_completion.d/helpers : * ] ;