[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. d01a461083d18e8fd08fae1ec658b2086a9b6cb5

Steffen Moeller moeller at debian.org
Tue Mar 10 22:32:05 UTC 2009


The following commit has been merged in the master branch:
commit 6c5b215702b7ad2afa545420afb9b44a8415471f
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Mar 8 20:12:54 2009 +0100

    "ar" is needed to extract debootstrap.
    
    One could (theoretically) check for the existance of dpkg and use that instead.

diff --git a/install.sh b/install.sh
index 878630c..e20eb36 100755
--- a/install.sh
+++ b/install.sh
@@ -427,7 +427,7 @@ action_testing () {
 	fi
 	echo " * microSD card device: $SD_DEVICE present"
 
-	for intern_binary in wget ping fdisk mount umount mkfs.$SD_PART1_FS mkfs.$SD_PART2_FS mkswap gunzip dd sed rdate; do
+	for intern_binary in wget ping fdisk mount umount mkfs.$SD_PART1_FS mkfs.$SD_PART2_FS mkswap gunzip dd sed rdate ar; do
 		if ! which $intern_binary > /dev/null; then
 			echo "E: Could not find $intern_binary binary"
 			exit 1

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list