summaryrefslogtreecommitdiffstats
path: root/pastebinit
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-03-19 15:39:47 +0000
committer Eric Hameleers <alien@slackware.com>2010-03-19 15:39:47 +0000
commit8180d3c5a2d38b87c273a3b81765e9119b1d082b (patch)
treebb8c16b53d11c4f4466393c782259497ffecf92e /pastebinit
parentd3d129690671d99a3de0fe39199aa77c6c52b121 (diff)
downloadasb-8180d3c5a2d38b87c273a3b81765e9119b1d082b.tar.gz
asb-8180d3c5a2d38b87c273a3b81765e9119b1d082b.tar.xz
Fix the man page location target
Diffstat (limited to 'pastebinit')
-rwxr-xr-xpastebinit/build/pastebinit.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/pastebinit/build/pastebinit.SlackBuild b/pastebinit/build/pastebinit.SlackBuild
index 46306eb0..bdafb4c6 100755
--- a/pastebinit/build/pastebinit.SlackBuild
+++ b/pastebinit/build/pastebinit.SlackBuild
@@ -133,7 +133,7 @@ install -d $PKG/{etc/pastebin.d,/usr/bin,/usr/share/locale,/usr/man/man1}
# Generate the language files:
make -C po
# Generate the manpage:
-xmlto -o /usr/man/man1 --skip-validation man pastebinit.xml || true
+xmlto -o $PKG/usr/man/man1 --skip-validation man pastebinit.xml || true
# Install the files:
install -p pastebinit $PKG/usr/bin/pastebinit