Skip to content

Commit

Permalink
omping: fix man path
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Feb 14, 2015
1 parent 15b3c6a commit 1fcc2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unoconv/unoconv.SlackBuild
Expand Up @@ -34,7 +34,7 @@ PRGNAME=${PRGNAME:-unoconv}
PKGNAME=$(echo $PRGNAME | tr A-Z a-z)
VERSION=${VERSION:-0.6}
PKGVERSION=$(echo $VERSION | tr - _)
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
ARCH=${ARCH:=""} # Set ARCH or leave blank to determine it automatically
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
Expand Down Expand Up @@ -91,7 +91,7 @@ patch -p0 -i $CWD/git.patch

# install:
install -Dm0755 unoconv $PKG/usr/bin/unoconv
install -Dm0644 doc/unoconv.1 $PKG/usr/man1/unoconv.1
install -Dm0644 doc/unoconv.1 $PKG/usr/man/man1/unoconv.1

# Compress and link manpages, if any:
if [ -d $PKG/usr/man ]; then
Expand Down

0 comments on commit 1fcc2e4

Please sign in to comment.