1
0
mirror of synced 2026-01-21 01:48:09 +00:00

2006-05-23 17:54:52 by steve

Removed the test for ${rpmstrap} now that we test for binaries instead.
This commit is contained in:
steve 2006-05-23 17:54:52 +00:00
parent a9e20bacee
commit 116a154de2

View File

@ -10,15 +10,6 @@
prefix=$1
#
# If we're installing a distribution with rpmstrap then don't
# touch /etc/apt/sources.list
#
if [ "${rpmstrap}" ]; then
echo "APT not available for non-Debian distribution ${dist}"
exit;
fi
if [[ -d ${prefix}/etc/apt ]]; then