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:
parent
a9e20bacee
commit
116a154de2
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user