# HG changeset patch # User Christopher Rogers # Date 1289194764 0 # Node ID 84c341d9a9bcddcfd8c27f3baea4eabb35357986 # Parent d4920bcee8247f4728e10d7d5f40e64f016444c7 Up: tar to 1.25. diff -r d4920bcee824 -r 84c341d9a9bc tar/receipt --- a/tar/receipt Mon Nov 08 00:12:44 2010 +0000 +++ b/tar/receipt Mon Nov 08 05:39:24 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tar" -VERSION="1.23" +VERSION="1.25" CATEGORY="utilities" SHORT_DESC="GNU tar archiving tools." MAINTAINER="pankso@slitaz.org" @@ -14,6 +14,8 @@ compile_rules() { cd $src + # this is needed since configure can't be run as root with out it + export FORCE_UNSAFE_CONFIGURE=1 ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/$PACKAGE \