wok diff unfs3/receipt @ rev 6931
Added make check to elfutils to see if fixes build problem.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 23 00:00:53 2010 +0000 (2010-10-23) |
parents | 3115c291f303 |
children | cb16742e0fa6 |
line diff
1.1 --- a/unfs3/receipt Wed Feb 24 12:19:54 2010 +0000 1.2 +++ b/unfs3/receipt Sat Oct 23 00:00:53 2010 +0000 1.3 @@ -10,6 +10,7 @@ 1.4 WEB_SITE="http://unfs3.sourceforge.net/" 1.5 WGET_URL="http://ovh.dl.sourceforge.net/sourceforge/unfs3/${TARBALL}" 1.6 TAGS="network nfs" 1.7 +CONFIG_FILES="/etc/exports" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -17,8 +18,7 @@ 1.12 cd $src 1.13 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.14 --sysconfdir=/etc \ 1.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.16 - 1.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 make 1.19 } 1.20