summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2010-02-18 03:09:02 (GMT)
committerJoey Hess <joeyh@debian.org>2010-02-18 03:09:02 (GMT)
commit4d91adf257fad0bc1e5e65935cd9718567232877 (patch)
tree458c1f4369c55984f1ce8e3892def8eefbd7b039 /debian/rules
parentad81de99584bb68b991ed6f82015b2c2e64cceb6 (diff)
downloaddebootstrap-4d91adf257fad0bc1e5e65935cd9718567232877.zip
debootstrap-4d91adf257fad0bc1e5e65935cd9718567232877.tar.gz
debootstrap-4d91adf257fad0bc1e5e65935cd9718567232877.tar.bz2
remove unnecessary rm -r
(from the foot shot prevention department) r62300
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 82a487e..cc9c27c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_install:
$(MAKE) install DESTDIR=$(CURDIR)/debian/debootstrap-udeb
# remove scripts not needed by d-i
- -rm -rf debian/debootstrap-udeb/usr/share/debootstrap/scripts/potato \
+ -rm -f debian/debootstrap-udeb/usr/share/debootstrap/scripts/potato \
debian/debootstrap-udeb/usr/share/debootstrap/scripts/woody \
debian/debootstrap-udeb/usr/share/debootstrap/scripts/sarge \
debian/debootstrap-udeb/usr/share/debootstrap/scripts/warty \