summaryrefslogtreecommitdiff
path: root/coreutils/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-07-25 19:23:09 +0200
committerJuergen Daubert <jue@jue.li>2015-07-25 19:23:09 +0200
commit844a63166793cefda5071fb63aa75dafb10fb7e5 (patch)
tree3eb9e4a3760f2ca1e17d054868c1466d6956c5cf /coreutils/Pkgfile
parentecc6c0731ee70eeb45c1cfc041ca3daa3ce68b06 (diff)
downloadcore-844a63166793cefda5071fb63aa75dafb10fb7e5.tar.gz
core-844a63166793cefda5071fb63aa75dafb10fb7e5.tar.xz
coreutils: move man-pages to /usr/share/man
Diffstat (limited to 'coreutils/Pkgfile')
-rw-r--r--coreutils/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile
index 270a38f9..4fada763 100644
--- a/coreutils/Pkgfile
+++ b/coreutils/Pkgfile
@@ -5,7 +5,7 @@
name=coreutils
version=8.24
-release=1
+release=2
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz
coreutils-uname.patch)
@@ -17,7 +17,6 @@ build() {
./configure --prefix=/usr \
--libexecdir=/usr/lib \
- --mandir=/usr/man \
--disable-nls \
--disable-assert \
--enable-no-install-program=uptime,kill,chcon,runcon,groups
@@ -27,5 +26,5 @@ build() {
mkdir $PKG/bin
mv $PKG/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo,false,ln,ls,mkdir,sleep} $PKG/bin
mv $PKG/usr/bin/{mknod,mv,pwd,readlink,rm,rmdir,stty,sync,touch,true,uname} $PKG/bin
- rm -r $PKG/usr/share
+ rm -r $PKG/usr/share/info
}

Generated by cgit