diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 22:46:06 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 22:46:06 +0200 |
commit | e5e058e2aadafa0d61c11709f7481375c6db504b (patch) | |
tree | 0b22269a2826d5e1d030317a6c6dd200d47e3a6e /extra/gimp/Pkgfile | |
parent | dc2152db2a0b5e9d4e15307156d7a160cccc008c (diff) | |
download | nutyx-extra-e5e058e2aadafa0d61c11709f7481375c6db504b.tar.gz nutyx-extra-e5e058e2aadafa0d61c11709f7481375c6db504b.tar.bz2 nutyx-extra-e5e058e2aadafa0d61c11709f7481375c6db504b.tar.xz nutyx-extra-e5e058e2aadafa0d61c11709f7481375c6db504b.zip |
gimp, port nettoyé
Diffstat (limited to 'extra/gimp/Pkgfile')
-rw-r--r-- | extra/gimp/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gimp/Pkgfile b/extra/gimp/Pkgfile index 94e8235c1..f9f742986 100644 --- a/extra/gimp/Pkgfile +++ b/extra/gimp/Pkgfile @@ -8,7 +8,7 @@ name=gimp version=2.6.11 release=1 source=(ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-$version.tar.bz2 \ - gimp-splash-2009-2.png gimp.desktop libpng-1.4.patch) + gimp-splash-2009-2.png) build() { @@ -22,7 +22,7 @@ build() { make make DESTDIR=$PKG install rm -f $PKG/usr/share/gimp/2.0/images/gimp-splash.png - cp ../gimp-splash-2009-2.png $PKG/usr/share/gimp/2.0/images/gimp-splash.png + install -m664 ../gimp-splash-2009-2.png $PKG/usr/share/gimp/2.0/images/gimp-splash.png } |