diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-22 20:58:04 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-22 20:58:04 +0100 |
commit | e231f2734e6ac447afc2a5752c467871f12c5ba6 (patch) | |
tree | 71ec963293742c324d4e52f76c7c0777ba31b465 /xfce/xfconf/Pkgfile | |
parent | e080efc14dbe5357f03ded2f9cab6c1580fced38 (diff) | |
download | nutyx-pakxe-e231f2734e6ac447afc2a5752c467871f12c5ba6.tar.gz nutyx-pakxe-e231f2734e6ac447afc2a5752c467871f12c5ba6.tar.bz2 nutyx-pakxe-e231f2734e6ac447afc2a5752c467871f12c5ba6.tar.xz nutyx-pakxe-e231f2734e6ac447afc2a5752c467871f12c5ba6.zip |
xfconf, suppression doublon
Diffstat (limited to 'xfce/xfconf/Pkgfile')
-rwxr-xr-x | xfce/xfconf/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfce/xfconf/Pkgfile b/xfce/xfconf/Pkgfile index eed8081e6..a1b6191ac 100755 --- a/xfce/xfconf/Pkgfile +++ b/xfce/xfconf/Pkgfile @@ -7,7 +7,7 @@ name=xfconf version=4.8.0 -release=1 +release=2 source=(http://archive.xfce.org/xfce/4.8/src/$name-$version.tar.bz2) build() { @@ -20,4 +20,5 @@ cd $name-$version make make DESTDIR=$PKG install rm -r $PKG/usr/share/gtk-doc + rm $PKG/usr/share/perl5/base/perllocal.pod } |