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 $@