summaryrefslogtreecommitdiff
path: root/tar/Pkgfile
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-07-25 21:02:21 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2015-07-25 21:02:21 +0200
commitc44286c46a8323532cdf8141e7c8e4431f69701b (patch)
treec160006b4f74b5302217a918be05c6c2d55670df /tar/Pkgfile
parent1423a0d7f1770c54b9179d84f09b83c255ba5fe2 (diff)
downloadcore-c44286c46a8323532cdf8141e7c8e4431f69701b.tar.gz
core-c44286c46a8323532cdf8141e7c8e4431f69701b.tar.xz
tar: move man-pages to /usr/share/man
Diffstat (limited to 'tar/Pkgfile')
-rw-r--r--tar/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tar/Pkgfile b/tar/Pkgfile
index f51a3ab9..2f31f215 100644
--- a/tar/Pkgfile
+++ b/tar/Pkgfile
@@ -4,15 +4,15 @@
name=tar
version=1.28
-release=2
+release=3
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix= \
- --mandir=/usr/man \
--libexec=/usr/lib/tar \
+ --mandir=/usr/share/man \
--disable-nls \
FORCE_UNSAFE_CONFIGURE=1

Generated by cgit