media-libs/allegro: fix install destinations

This commit is contained in:
Julian Ospald 2016-05-24 18:54:35 +02:00
parent 4c9258c4e9
commit b73f7bbf3c
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ DEFAULT_SRC_PREPARE_PATCHES=(
CMAKE_SRC_CONFIGURE_PARAMS=(
"-DCMAKE_SKIP_BUILD_RPATH=TRUE"
"-DDOCDIR=share/doc"
"-DINFODIR=share/info"
"-DMANDIR=share/man"
"-DDOCDIR=/usr/share/doc"
"-DINFODIR=/usr/share/info"
"-DMANDIR=/usr/share/man"
"-DWANT_EXAMPLES=OFF"
"-DWANT_JPGALLEG=ON"
"-DWANT_LINUX_CONSOLE=OFF"