debian/rules: Fix copy+paste error in tarball repacking code. Remove */help/ and */docs/ folders.
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@ -43,9 +43,9 @@ $(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 \
|
||||||
*/docs/
|
*/docs/ \
|
||||||
|
*/help/
|
||||||
$(RM) -v $(PKG)_$(VER).orig.tar.*
|
$(RM) -v $(PKG)_$(VER).orig.tar.*
|
||||||
@echo "# Packing..."
|
@echo "# Packing..."
|
||||||
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
|
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
|
||||||
|
Reference in New Issue
Block a user