wok-6.x diff tar/receipt @ rev 7436
Up: cache to 3.1.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 29 05:08:22 2010 +0000 (2010-11-29) |
parents | 75e687925557 |
children | 8502c6fe00f2 |
line diff
1.1 --- a/tar/receipt Sat Oct 30 18:45:58 2010 +0000 1.2 +++ b/tar/receipt Mon Nov 29 05:08:22 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 \