summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-04 10:46:04 +0200
committersibel <lesibel at free dot fr>2010-07-04 10:46:04 +0200
commitb24a2b353bc1148f208c4f2876902082faeb4950 (patch)
tree9b323d8121d29c68acdf3d92dcc6e8d0f72447b6 /xfce
parentac12a0b6b6fadfad3a5835de32d5e333d66b5b05 (diff)
parent662bcdb9a5c4fffea59da818c253409abd94b40d (diff)
downloadnutyx-extra-b24a2b353bc1148f208c4f2876902082faeb4950.tar.gz
nutyx-extra-b24a2b353bc1148f208c4f2876902082faeb4950.tar.bz2
nutyx-extra-b24a2b353bc1148f208c4f2876902082faeb4950.tar.xz
nutyx-extra-b24a2b353bc1148f208c4f2876902082faeb4950.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'xfce')
-rwxr-xr-xxfce/xfce/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfce/xfce/Pkgfile b/xfce/xfce/Pkgfile
index 3fa7c39aa..843f38c76 100755
--- a/xfce/xfce/Pkgfile
+++ b/xfce/xfce/Pkgfile
@@ -6,14 +6,16 @@
name=xfce
version=4.6.2
-release=1
+release=2
source=(XFCE.xinitrc)
build() {
install -D -m644 XFCE.xinitrc $PKG/etc/X11/dm/XFCE.xinitrc
mkdir -p $PKG/etc/qingy/sessions
-echo "userclientrc=/etc/X11/dm/XFCE.xinitrc /usr/bin/startx.qingy" >\
- $PKG/etc/qingy/sessions/XFCE
+cat > $PKG/etc/qingy/sessions/XFCE << "EOF"
+source /etc/profile
+userclientrc=/etc/X11/dm/XFCE.xinitrc /usr/bin/startx.qingy
+EOF
chmod 755 $PKG/etc/qingy/sessions/XFCE
}