debian/rules: Fix copy+paste error in tarball repacking code.
This commit is contained in:
parent
a4c308650a
commit
44c7d7ca2d
1
debian/rules
vendored
1
debian/rules
vendored
@ -41,7 +41,6 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
|
|||||||
|| $(RM) -r $(PKG)-$(VER)
|
|| $(RM) -r $(PKG)-$(VER)
|
||||||
@echo "# Cleaning-up..."
|
@echo "# Cleaning-up..."
|
||||||
cd $(PKG)-$(VER) \
|
cd $(PKG)-$(VER) \
|
||||||
&& find . -depth -type d -name 'windows' -exec $(RM) -r {} \; -printf 'removed %p\n' \
|
|
||||||
&& $(RM) -r -v \
|
&& $(RM) -r -v \
|
||||||
help/
|
help/
|
||||||
$(RM) -v $(PKG)_$(VER).orig.tar.*
|
$(RM) -v $(PKG)_$(VER).orig.tar.*
|
||||||
|
Loading…
Reference in New Issue
Block a user