diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-22 22:38:04 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-22 22:38:04 +0200 |
commit | 66536c56e0f6f5fc4a5883c14c75d6412e66b466 (patch) | |
tree | 2642a23e6b83e8ba755051856573fe2deeb8e7cb /base/qingy/Pkgfile | |
parent | 118e8f80a95ec923c4c98013259f989b06501b38 (diff) | |
download | nutyx-pakxe-66536c56e0f6f5fc4a5883c14c75d6412e66b466.tar.gz nutyx-pakxe-66536c56e0f6f5fc4a5883c14c75d6412e66b466.tar.bz2 nutyx-pakxe-66536c56e0f6f5fc4a5883c14c75d6412e66b466.tar.xz nutyx-pakxe-66536c56e0f6f5fc4a5883c14c75d6412e66b466.zip |
qingy, ajout startx.qingy
Diffstat (limited to 'base/qingy/Pkgfile')
-rw-r--r-- | base/qingy/Pkgfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/base/qingy/Pkgfile b/base/qingy/Pkgfile index a659a0dce..9d1efe7f4 100644 --- a/base/qingy/Pkgfile +++ b/base/qingy/Pkgfile @@ -5,9 +5,9 @@ name=qingy version=0.9.9 -release=2 +release=3 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\ - nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander) + startx nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander) build() { cd $name-$version ./configure --prefix=/usr \ @@ -35,4 +35,7 @@ build() { install -m755 ../$i \ $PKG/etc/qingy/sessions/$i done + mkdir $PKG/usr/bin + install -m755 ../startx \ + $PKG/usr/bin/startx.qingy } |