install - script:

- change location of xinit.rd scripts
This commit is contained in:
Stephan Raue 2009-09-28 14:26:45 +02:00
parent c74cd9b43d
commit 4d4f4825b5

View File

@ -28,8 +28,8 @@ if [ -d $PKG_DIR/conf.d ]; then
fi
if [ -d $PKG_DIR/xinitrc.d ]; then
mkdir -p $INSTALL/etc/xinitrc.d
cp $PKG_DIR/xinitrc.d/* $INSTALL/etc/xinitrc.d/
mkdir -p $INSTALL/usr/etc/xinitrc.d
cp $PKG_DIR/xinitrc.d/* $INSTALL/usr/etc/xinitrc.d/
fi
if [ -d $PKG_DIR/minit ]; then