diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-19 16:41:21 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-19 16:41:21 +0200 |
commit | dc2bcebbd4623d4a6586995a4ff7a1fac7d71b5b (patch) | |
tree | 9db01c976ac510d2b90c65f31531a8e4101e8851 /base/qingy | |
parent | 2822630299e3f30cc5d72fa98135463032d3408d (diff) | |
download | nutyx-pakxe-dc2bcebbd4623d4a6586995a4ff7a1fac7d71b5b.tar.gz nutyx-pakxe-dc2bcebbd4623d4a6586995a4ff7a1fac7d71b5b.tar.bz2 nutyx-pakxe-dc2bcebbd4623d4a6586995a4ff7a1fac7d71b5b.tar.xz nutyx-pakxe-dc2bcebbd4623d4a6586995a4ff7a1fac7d71b5b.zip |
qingy, ajout du fond
Diffstat (limited to 'base/qingy')
-rw-r--r-- | base/qingy/Pkgfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/qingy/Pkgfile b/base/qingy/Pkgfile index 9a93a92b0..4467209cd 100644 --- a/base/qingy/Pkgfile +++ b/base/qingy/Pkgfile @@ -6,7 +6,8 @@ name=qingy version=0.9.9 release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\ + nutyx-attapu.jpg) build() { cd $name-$version ./configure --prefix=/usr \ @@ -23,4 +24,6 @@ build() { if [ -f $PKG/usr/share/info/dir ]; then rm $PKG/usr/share/info/dir fi + echo "root Soyez prudent, vous avez tous les droits..." \ + $PKG/etc/qingy/welcomes } |