summaryrefslogtreecommitdiffstats
path: root/extra/lensfun/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lensfun/Pkgfile')
-rw-r--r--extra/lensfun/Pkgfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/lensfun/Pkgfile b/extra/lensfun/Pkgfile
index 37e58b393..8220027c1 100644
--- a/extra/lensfun/Pkgfile
+++ b/extra/lensfun/Pkgfile
@@ -16,6 +16,9 @@ build(){
./configure --prefix=/usr --libdir=/usr/lib
make all
make DESTDIR=$PKG install
+ if [ -d $PKG/usr/share/doc ]; then
+ rm -r $PKG/usr/share/doc
+ fi
}