diff options
author | David Spencer <baildon.research@googlemail.com> | 2014-09-27 19:34:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-05 08:08:59 +0700 |
commit | e798968335126643ab6f8c52f4455a61cd4f00f3 (patch) | |
tree | a3addcfcb60e6e2729729c5e45a68030ea50ee4e /graphics/darktable/darktable.SlackBuild | |
parent | d0d140d7a073e9cea980e54dc555aae9410cd9f0 (diff) |
graphics/darktable: Fix Slackbuild for wrong manpage location.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'graphics/darktable/darktable.SlackBuild')
-rw-r--r-- | graphics/darktable/darktable.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/darktable/darktable.SlackBuild b/graphics/darktable/darktable.SlackBuild index 5efcb676926d..21672a8f4bcd 100644 --- a/graphics/darktable/darktable.SlackBuild +++ b/graphics/darktable/darktable.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=darktable VERSION=${VERSION:-1.4.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -66,7 +66,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p build cd build @@ -75,7 +75,7 @@ cd build -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ - -DMAN_INSTALL_DIR=/usr/man \ + -DMAN_INSTALL_DIR=/usr/man/man1 \ -DDONT_USE_INTERNAL_LUA=Off \ -DBINARY_PACKAGE_BUILD=1 \ -DCMAKE_BUILD_TYPE=Release .. |