debian/rules: Fix copy+paste error in tarball repacking code. Remove */help/ and */docs/ folders.
This commit is contained in:
parent
c755674b75
commit
71cdc83560
4
debian/rules
vendored
4
debian/rules
vendored
@ -43,9 +43,9 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
|
||||
|| $(RM) -r $(PKG)-$(VER)
|
||||
@echo "# Cleaning-up..."
|
||||
cd $(PKG)-$(VER) \
|
||||
&& find . -depth -type d -name 'windows' -exec $(RM) -r {} \; -printf 'removed %p\n' \
|
||||
&& $(RM) -r -v \
|
||||
*/docs/
|
||||
*/docs/ \
|
||||
*/help/
|
||||
$(RM) -v $(PKG)_$(VER).orig.tar.*
|
||||
@echo "# Packing..."
|
||||
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
|
||||
|
Loading…
Reference in New Issue
Block a user