diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:41:14 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:41:14 +0200 |
commit | 9282dea3fca9eb7d8e7a9e9d2a45c587fdd9e0f4 (patch) | |
tree | a9df507ba015fe44f5d602f10272392141cea083 /base/qingy/Pkgfile | |
parent | af7e0f49dd1aaeec5162d6460b87f72590c22b70 (diff) | |
download | nutyx-pakxe-9282dea3fca9eb7d8e7a9e9d2a45c587fdd9e0f4.tar.gz nutyx-pakxe-9282dea3fca9eb7d8e7a9e9d2a45c587fdd9e0f4.tar.bz2 nutyx-pakxe-9282dea3fca9eb7d8e7a9e9d2a45c587fdd9e0f4.tar.xz nutyx-pakxe-9282dea3fca9eb7d8e7a9e9d2a45c587fdd9e0f4.zip |
qingy, ajout lanceurs
Diffstat (limited to 'base/qingy/Pkgfile')
-rw-r--r-- | base/qingy/Pkgfile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/base/qingy/Pkgfile b/base/qingy/Pkgfile index 86f3f6692..f9d3bf1e5 100644 --- a/base/qingy/Pkgfile +++ b/base/qingy/Pkgfile @@ -7,7 +7,7 @@ name=qingy version=0.9.9 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\ - nutyx-attapu.jpg theme) + nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander) build() { cd $name-$version ./configure --prefix=/usr \ @@ -28,4 +28,9 @@ build() { cp ../nutyx-attapu.jpg $PKG/usr/share/qingy/themes/default/background.jpg echo "root Soyez prudent, vous avez tous les droits..." >\ $PKG/etc/qingy/welcomes + for i in ChatIrssi NaviLinks MidnightCommander + do + install -m755 ../$i \ + $PKG/etc/qingy/sessions/$i + done } |