xorg-inputproto: fix compile with asciidoc present

This commit is contained in:
Danny Rawlins 2012-07-25 00:10:40 +10:00
parent ef8f953921
commit 59cce09e2a

View File

@ -16,5 +16,6 @@ build() {
make
make DESTDIR=$PKG install
find $PKG/usr/share -type d -delete
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
}