diff options
author | Joey Hess <joeyh@debian.org> | 2010-02-18 03:09:02 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2010-02-18 03:09:02 +0000 |
commit | 4d91adf257fad0bc1e5e65935cd9718567232877 (patch) | |
tree | 458c1f4369c55984f1ce8e3892def8eefbd7b039 | |
parent | ad81de99584bb68b991ed6f82015b2c2e64cceb6 (diff) | |
download | debootstrap-4d91adf257fad0bc1e5e65935cd9718567232877.tar.gz |
remove unnecessary rm -r
(from the foot shot prevention department)
r62300
-rwxr-xr-x | debian/rules | 2 |
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 \ |