diff options
Diffstat (limited to 'xorg/xorg-inputproto/Pkgfile')
-rw-r--r-- | xorg/xorg-inputproto/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg/xorg-inputproto/Pkgfile b/xorg/xorg-inputproto/Pkgfile index 039c9236c..c09ff9560 100644 --- a/xorg/xorg-inputproto/Pkgfile +++ b/xorg/xorg-inputproto/Pkgfile @@ -4,7 +4,7 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-inputproto -version=2.0 +version=2.0.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2) @@ -15,4 +15,5 @@ build() { make make DESTDIR=$PKG install + rm -r $PKG/usr/share } |