summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-07-09 23:07:06 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-07-09 23:07:06 +0400
commitf4217c1e1d25cb963e547e1f40bba587892e9d9d (patch)
tree761fb03d56c1704d6f7ba62d1ed477037526c14c /xfce
parent6f3f948a30a74d44ada76ca9b5c83e28fcd7146e (diff)
parent3dc66bcb0e1cec9f83584f304137054b47d32561 (diff)
downloadnutyx-extra-f4217c1e1d25cb963e547e1f40bba587892e9d9d.tar.gz
nutyx-extra-f4217c1e1d25cb963e547e1f40bba587892e9d9d.tar.bz2
nutyx-extra-f4217c1e1d25cb963e547e1f40bba587892e9d9d.tar.xz
nutyx-extra-f4217c1e1d25cb963e547e1f40bba587892e9d9d.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
}