[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. e1dfcce903b7936cac3958e7a90a9dcb7addc3b2
Steffen Moeller
moeller at debian.org
Sun Mar 22 22:48:09 UTC 2009
The following commit has been merged in the master branch:
commit e1dfcce903b7936cac3958e7a90a9dcb7addc3b2
Author: Steffen Moeller <moeller at debian.org>
Date: Sun Mar 22 23:38:50 2009 +0100
Introducing $TAR_APPLICATION for tar in /usr/local
Installations of tar that are not sufficiently capable
as substituted with the Debian package's binary,
which is installed in /usr/local.
Luca spottet that the new tar is not used because
of some PATH settings that give different priorities.
This patch introduces the TAR_APPLICATION variable
to indicate what tar there is to be used.
diff --git a/install.sh b/install.sh
index 8a49374..266e426 100755
--- a/install.sh
+++ b/install.sh
@@ -489,7 +489,7 @@ action_testing () {
rm -f /tmp/data.tar.gz # FIXME: ar should just overwrite it
( cd /tmp && ar -x tar.deb data.tar.gz )
mkdir -p /usr/local
- gunzip -c data.tar.gz | tar -x -C /usr/local/
+ gunzip -c data.tar.gz | $TAR_APPLICATION -x -C /usr/local/
TAR_APPLICATION=/usr/local/bin/tar
rm -f data.tar.gz
rm -f tar.deb
--
Various non-packaged files
More information about the pkg-fso-commits
mailing list