summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-01-21 00:08:07 +0000
committerJose V Beneyto <sepen@crux.nu>2016-01-21 00:08:07 +0000
commit26e28bbd78943afb528bae11fb05db9da56776fc (patch)
tree3788ad3708d5830bb704320b902523a9044a4ea6
parent35f9c22285a7d65487971f99bec5853071766605 (diff)
downloadopt-26e28bbd78943afb528bae11fb05db9da56776fc.tar.gz
opt-26e28bbd78943afb528bae11fb05db9da56776fc.tar.xz
libsdl2: fixed mandir location
-rw-r--r--libsdl2/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libsdl2/Pkgfile b/libsdl2/Pkgfile
index 8fe09c1fc..4b012ec54 100644
--- a/libsdl2/Pkgfile
+++ b/libsdl2/Pkgfile
@@ -5,15 +5,14 @@
name=libsdl2
version=2.0.4
-release=1
+release=2
source=(http://www.libsdl.org/release/SDL2-$version.tar.gz)
build () {
cd SDL2-$version
./configure --prefix=/usr \
- --enable-alsa \
- --mandir=/usr/man
+ --enable-alsa
make
make DESTDIR=$PKG install

Generated by cgit