From ddacdabcbe01b461e9501d4840c2481ea6a7fee7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Mar 2010 10:50:55 +0100 Subject: [PATCH] scripts/install: - rename profile.d/* to profile.d/*.conf --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 21e61e5982..cbf67edae6 100755 --- a/scripts/install +++ b/scripts/install @@ -24,7 +24,7 @@ fi if [ -d $PKG_DIR/profile.d ]; then mkdir -p $INSTALL/etc/profile.d - cp $PKG_DIR/profile.d/* $INSTALL/etc/profile.d/ + cp $PKG_DIR/profile.d/*.conf $INSTALL/etc/profile.d/ fi $SCRIPTS/build $@