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:
@@ -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 : * ] ;
|
||||
|
||||
Reference in New Issue
Block a user