From 15b483ebe70b40cdc0441bc97df9bb3562a57203 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Fri, 2 Dec 2011 14:18:50 +0100 Subject: [PATCH] Revert "Add temporary workaround for moved etc directory." Revert the workaround in hrev43361 to be fixed by adjusting the path. --- build/jam/HaikuImage | 3 --- 1 file changed, 3 deletions(-) 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 : * ] ;