diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 2b9a9cdc14..c87e619457 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -455,9 +455,6 @@ 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 : * ] ;