summaryrefslogtreecommitdiff
path: root/yasm
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-01-20 23:21:44 +0000
committerJose V Beneyto <sepen@crux.nu>2016-01-20 23:21:44 +0000
commit3af63cda8e882bdae2fe88e654aabeb1306fea95 (patch)
treead8a9d09dc3dc907868487d4203cb76c186700fd /yasm
parent6170c1b4f351e4ca8c12bd6c5920b385389f61ff (diff)
downloadopt-3af63cda8e882bdae2fe88e654aabeb1306fea95.tar.gz
opt-3af63cda8e882bdae2fe88e654aabeb1306fea95.tar.xz
yasm: fixed mandir location
Diffstat (limited to 'yasm')
-rw-r--r--yasm/.footprint17
-rw-r--r--yasm/Pkgfile7
2 files changed, 13 insertions, 11 deletions
diff --git a/yasm/.footprint b/yasm/.footprint
index bcd907b69..37eca1944 100644
--- a/yasm/.footprint
+++ b/yasm/.footprint
@@ -36,11 +36,12 @@ drwxr-xr-x root/root usr/include/libyasm/
-rw-r--r-- root/root usr/include/libyasm/value.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libyasm.a
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/yasm.1.gz
-drwxr-xr-x root/root usr/man/man7/
--rw-r--r-- root/root usr/man/man7/yasm_arch.7.gz
--rw-r--r-- root/root usr/man/man7/yasm_dbgfmts.7.gz
--rw-r--r-- root/root usr/man/man7/yasm_objfmts.7.gz
--rw-r--r-- root/root usr/man/man7/yasm_parsers.7.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/yasm.1.gz
+drwxr-xr-x root/root usr/share/man/man7/
+-rw-r--r-- root/root usr/share/man/man7/yasm_arch.7.gz
+-rw-r--r-- root/root usr/share/man/man7/yasm_dbgfmts.7.gz
+-rw-r--r-- root/root usr/share/man/man7/yasm_objfmts.7.gz
+-rw-r--r-- root/root usr/share/man/man7/yasm_parsers.7.gz
diff --git a/yasm/Pkgfile b/yasm/Pkgfile
index 7942a666d..c1a43d20c 100644
--- a/yasm/Pkgfile
+++ b/yasm/Pkgfile
@@ -5,13 +5,14 @@
name=yasm
version=1.3.0
-release=1
+release=2
source=(http://www.tortall.net/projects/yasm/releases/$name-$version.tar.gz)
build () {
cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/man
+
+ ./configure --prefix=/usr
+
make
make DESTDIR=$PKG install
}

Generated by cgit