From: Michael Tremer Date: Tue, 25 Aug 2009 09:59:35 +0000 (+0200) Subject: Move config/glib/ -> src/. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53af5c215bd7866479857eca2716f8975e8342a;p=ipfire-3.x.git Move config/glib/ -> src/. --- diff --git a/lfs/glib2 b/lfs/glib2 index aa999791c..b3a238330 100644 --- a/lfs/glib2 +++ b/lfs/glib2 @@ -95,6 +95,6 @@ $(OBJECT): $(objects) ln -svf ../../lib/lib$${name}-2.0.so.*.* lib$${name}-2.0.so; \ rm -vf /usr/lib/lib$${name}-2.0.la; \ done - cp -vf $(DIR_CONFIG)/$(PKG_NAME)/glib2-locale.sh /etc/profile.d/ + cp -vf $(DIR_SOURCE)/$(PKG_NAME)/glib2-locale.sh /etc/profile.d/ @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/config/glib/glib2-locale.sh b/src/glib/glib2-locale.sh similarity index 100% rename from config/glib/glib2-locale.sh rename to src/glib/glib2-locale.sh