From 4d4f4825b5364fbff7351d8e768af5048d39409e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 28 Sep 2009 14:26:45 +0200 Subject: [PATCH] install - script: - change location of xinit.rd scripts --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 674212292c..7c1829106d 100755 --- a/scripts/install +++ b/scripts/install @@ -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