[spring] 27/29: Don't remove the minizip directory just the content
Markus Koschany
apo at moszumanska.debian.org
Sat Oct 14 14:54:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository spring.
commit d25361db474e379be674ebcd76041d9bfb150010
Author: Markus Koschany <apo at debian.org>
Date: Sat Oct 14 15:51:03 2017 +0200
Don't remove the minizip directory just the content
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 2f08dcd..234bf6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ override_dh_auto_build:
find cont/base -type f -exec touch --date='$(BUILD_DATE)' {} \;
find cont/base -type f -exec chmod 0644 {} \;
# Ensure that we build against system libraries of minizip
- $(RM) -r rts/lib/minizip tools/pr-downloader/src/lib/minizip
+ find rts/lib/minizip tools/pr-downloader/src/lib/minizip -type f -not -name 'CMakeLists.txt' -delete
dh_auto_build
cd $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/test && make tests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/spring.git
More information about the Pkg-games-commits
mailing list