[Pkg-openldap-devel] r813 - openldap/trunk-2.3/debian
Russ Allbery
rra at alioth.debian.org
Wed May 30 20:27:09 UTC 2007
Author: rra
Date: 2007-05-30 20:27:09 +0000 (Wed, 30 May 2007)
New Revision: 813
Modified:
openldap/trunk-2.3/debian/rules
Log:
Allow debian/rules clean to run twice in a row by not insisting on
removing files.
Modified: openldap/trunk-2.3/debian/rules
===================================================================
--- openldap/trunk-2.3/debian/rules 2007-05-30 20:26:35 UTC (rev 812)
+++ openldap/trunk-2.3/debian/rules 2007-05-30 20:27:09 UTC (rev 813)
@@ -141,7 +141,7 @@
debconf-updatepo
# Remove our stripped schema from the upstream source area.
set -e; for s in debian/schema/*.schema debian/schema/*.ldif ; do \
- rm servers/slapd/schema/`basename $$s`; \
+ rm -f servers/slapd/schema/`basename $$s`; \
done
# Update config.guess and config.sub
if [ -e /usr/share/misc/config.sub ]; then \
More information about the Pkg-openldap-devel
mailing list