Revert "Add temporary workaround for moved etc directory."

Revert the workaround in hrev43361 to be fixed by adjusting the path.
This commit is contained in:
Michael Lotz 2011-12-02 14:18:50 +01:00
parent e791096b81
commit 15b483ebe7
1 changed files with 0 additions and 3 deletions

View File

@ -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 : * ] ;