diff --git a/xpdf/.footprint b/xpdf/.footprint index 2ca558cb6..4d066de76 100644 --- a/xpdf/.footprint +++ b/xpdf/.footprint @@ -5,13 +5,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xpdf drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/pdfdetach.1.gz --rw-r--r-- root/root usr/man/man1/pdffonts.1.gz --rw-r--r-- root/root usr/man/man1/pdfimages.1.gz --rw-r--r-- root/root usr/man/man1/pdfinfo.1.gz --rw-r--r-- root/root usr/man/man1/pdftoppm.1.gz --rw-r--r-- root/root usr/man/man1/pdftops.1.gz --rw-r--r-- root/root usr/man/man1/pdftotext.1.gz -rw-r--r-- root/root usr/man/man1/xpdf.1.gz drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/xpdfrc.5.gz diff --git a/xpdf/Pkgfile b/xpdf/Pkgfile index 2339f8e63..9047323e9 100644 --- a/xpdf/Pkgfile +++ b/xpdf/Pkgfile @@ -28,5 +28,5 @@ build() { make make install DESTDIR=$PKG - find $PKG/usr/bin -iname 'pdf*' -delete + find $PKG/usr/bin $PKG/usr/man/man1 -iname 'pdf*' -delete }