From 3af63cda8e882bdae2fe88e654aabeb1306fea95 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 20 Jan 2016 23:21:44 +0000 Subject: yasm: fixed mandir location --- yasm/.footprint | 17 +++++++++-------- yasm/Pkgfile | 7 ++++--- 2 files changed, 13 insertions(+), 11 deletions(-) (limited to 'yasm') 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 } -- cgit v1.2.3