[Pkg-ossec-devel] [SCM] Git repository for pkg-ossec branch, debian, updated. a29c8814d2c3e8b9124205328485d7490b3bfa9b
Javier Fernandez-Sanguino
jfs at debian.org
Fri Jul 29 17:00:48 UTC 2011
The following commit has been merged in the debian branch:
commit aa5855e7551335aab80e04a719b899ea478fc31f
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date: Fri Jul 29 18:37:20 2011 +0200
Do not consider a missing file a make error
diff --git a/debian/rules b/debian/rules
index e01b164..a89e3d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -190,7 +190,7 @@ clean-sources:
src/analysisd/compiled_rules/compiled_rules.h \
src/analysisd/ossec-logtest src/analysisd/ossec-makelists \
src/isbigendian src/isbigendian.c ; do \
- [ -e $$file ] && rm -f $$file; \
+ [ -e $$file ] && rm -f $$file || true; \
done
clean: clean-sources
--
Git repository for pkg-ossec
More information about the Pkg-ossec-devel
mailing list