summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-07-25 22:57:26 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2015-07-25 22:57:26 +0200
commit684e96fa2b6b0eec4ecc3c588baaa0c4b660d366 (patch)
treec60fee2017960d4d533e64cf9356b97a36a1f35e
parent770da2fff9beddd52e8912b4280294064ba0851b (diff)
downloadcore-684e96fa2b6b0eec4ecc3c588baaa0c4b660d366.tar.gz
core-684e96fa2b6b0eec4ecc3c588baaa0c4b660d366.tar.xz
m4: move man-pages to /usr/share/man
-rw-r--r--m4/.footprint7
-rw-r--r--m4/Pkgfile6
2 files changed, 7 insertions, 6 deletions
diff --git a/m4/.footprint b/m4/.footprint
index 77bda8b4..4b9253cf 100644
--- a/m4/.footprint
+++ b/m4/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/m4
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/m4.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/m4.1.gz
diff --git a/m4/Pkgfile b/m4/Pkgfile
index d0dcc9d5..e6ac23e1 100644
--- a/m4/Pkgfile
+++ b/m4/Pkgfile
@@ -4,13 +4,13 @@
name=m4
version=1.4.17
-release=1
+release=2
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/share
+ rm -rf $PKG/usr/share/info
}

Generated by cgit