summaryrefslogtreecommitdiff
path: root/nasm
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-07-25 22:50:47 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2015-07-25 22:50:47 +0200
commitdbe757275aeac834d086cd1897b73e9d8b3c5015 (patch)
tree5fef38d5c5a7a991c1ea8496426b936a048fbf50 /nasm
parent22350b253bf3c934315939613329a200f87fc85d (diff)
downloadcore-dbe757275aeac834d086cd1897b73e9d8b3c5015.tar.gz
core-dbe757275aeac834d086cd1897b73e9d8b3c5015.tar.xz
nasm: move man-pages to /usr/share/man
Diffstat (limited to 'nasm')
-rw-r--r--nasm/.footprint9
-rw-r--r--nasm/Pkgfile4
2 files changed, 7 insertions, 6 deletions
diff --git a/nasm/.footprint b/nasm/.footprint
index 569b320e..b15ff344 100644
--- a/nasm/.footprint
+++ b/nasm/.footprint
@@ -2,7 +2,8 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nasm
-rwxr-xr-x root/root usr/bin/ndisasm
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/nasm.1.gz
--rw-r--r-- root/root usr/man/man1/ndisasm.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/nasm.1.gz
+-rw-r--r-- root/root usr/share/man/man1/ndisasm.1.gz
diff --git a/nasm/Pkgfile b/nasm/Pkgfile
index f67c3af8..2bbe0c6f 100644
--- a/nasm/Pkgfile
+++ b/nasm/Pkgfile
@@ -4,12 +4,12 @@
name=nasm
version=2.11.08
-release=1
+release=2
source=(http://www.nasm.us/pub/nasm/releasebuilds/$version/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make INSTALLROOT=$PKG install
}

Generated by cgit