scripts/install:

- rename profile.d/* to profile.d/*.conf
This commit is contained in:
Stephan Raue 2010-03-25 10:50:55 +01:00
parent 0e9f620e54
commit ddacdabcbe

View File

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