From: Michael Tremer Date: Fri, 2 Apr 2010 20:10:04 +0000 (+0200) Subject: readline: Apply /etc/profile.d/readline.sh to package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87473f8a831018b5f92be294f8d11fecc68de163;p=ipfire-3.x.git readline: Apply /etc/profile.d/readline.sh to package. --- diff --git a/pkgs/core/readline/readline.nm b/pkgs/core/readline/readline.nm index 37452258b..6ec1c59dd 100644 --- a/pkgs/core/readline/readline.nm +++ b/pkgs/core/readline/readline.nm @@ -59,4 +59,7 @@ define STAGE_INSTALL_CMDS rm -fv $(BUILDROOT)/lib/lib{readline,history}.so ln -sfv ../../lib/libreadline.so.6 $(BUILDROOT)/usr/lib/libreadline.so ln -sfv ../../lib/libhistory.so.6 $(BUILDROOT)/usr/lib/libhistory.so + + -mkdir -pv $(BUILDROOT)/etc/profile.d + cp -vf $(DIR_SOURCE)/readline.sh $(BUILDROOT)/etc/profile.d/ endef diff --git a/src/profile.d/readline.sh b/pkgs/core/readline/readline.sh similarity index 100% rename from src/profile.d/readline.sh rename to pkgs/core/readline/readline.sh