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 | |
parent | e080efc14dbe5357f03ded2f9cab6c1580fced38 (diff) | |
download | nutyx-extra-e231f2734e6ac447afc2a5752c467871f12c5ba6.tar.gz nutyx-extra-e231f2734e6ac447afc2a5752c467871f12c5ba6.tar.bz2 nutyx-extra-e231f2734e6ac447afc2a5752c467871f12c5ba6.tar.xz nutyx-extra-e231f2734e6ac447afc2a5752c467871f12c5ba6.zip |
xfconf, suppression doublon
Diffstat (limited to 'xfce/xfconf')
-rw-r--r-- | xfce/xfconf/.footprint | 1 | ||||
-rwxr-xr-x | xfce/xfconf/Pkgfile | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xfce/xfconf/.footprint b/xfce/xfconf/.footprint index 68a667acd..6d35009b0 100644 --- a/xfce/xfconf/.footprint +++ b/xfce/xfconf/.footprint @@ -49,4 +49,3 @@ drwxr-xr-x root/root usr/share/man/man3/ -r--r--r-- root/root usr/share/man/man3/Xfce4::Xfconf.3.gz drwxr-xr-x root/root usr/share/perl5/ drwxr-xr-x root/root usr/share/perl5/base/ --rw-r--r-- root/root usr/share/perl5/base/perllocal.pod 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 } |