wok rev 7183

Up: tar to 1.25.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 08 05:39:24 2010 +0000 (2010-11-08)
parents d4920bcee824
children 8a50526671d5
files tar/receipt
line diff
     1.1 --- a/tar/receipt	Mon Nov 08 00:12:44 2010 +0000
     1.2 +++ b/tar/receipt	Mon Nov 08 05:39:24 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tar"
     1.7 -VERSION="1.23"
     1.8 +VERSION="1.25"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="GNU tar archiving tools."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,6 +14,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 +	# this is needed since configure can't be run as root with out it
    1.17 +	export FORCE_UNSAFE_CONFIGURE=1
    1.18  	./configure \
    1.19  		--prefix=/usr \
    1.20  		--libexecdir=/usr/lib/$PACKAGE \