[cod-tools] 01/02: Fixing distclean-tmp.diff patch to remove directories named tmp-*.
Andrius Merkys
merkys-guest at moszumanska.debian.org
Wed Sep 27 15:04:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
merkys-guest pushed a commit to branch master
in repository cod-tools.
commit 5132fb77489fae480775dd18a3810b6c4a3dafbb
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date: Wed Sep 27 17:38:42 2017 +0300
Fixing distclean-tmp.diff patch to remove directories named tmp-*.
---
debian/patches/distclean-tmp.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/distclean-tmp.diff b/debian/patches/distclean-tmp.diff
index c23178b..077260e 100644
--- a/debian/patches/distclean-tmp.diff
+++ b/debian/patches/distclean-tmp.diff
@@ -4,7 +4,7 @@
rm -f ${SHARED_SWIG_OBJECTS}
rm -f ${SCRIPT_DEPENDS}
rm -f .diff.depend .script.depend
-+ rm -f tmp-*
++ rm -rf tmp-*
for DIR in ${MAKE_DIRS}; do \
${MAKE} -C $$DIR $@; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git
More information about the debian-science-commits
mailing list