diff options
-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 } |