[Pkg-openldap-devel] [openldap] 29/39: r1727 at pulsar: torsten | 2005-04-14 12:37:52 +0200 Fix a bashism
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:35:18 UTC 2013
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to annotated tag 2.2.23-2
in repository openldap.
commit 5b213b4c7378a3fec53fe2409419a44d7f8d6bdc
Author: Torsten Landschoff <torsten at debian.org>
Date: Thu Apr 14 10:40:02 2005 +0000
r1727 at pulsar: torsten | 2005-04-14 12:37:52 +0200
Fix a bashism
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index f695d54..847770c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,8 +110,8 @@ clean:
debconf-updatepo
# Update config.guess and config.sub
if [ -e /usr/share/misc/config.sub ]; then \
- cp /usr/share/misc/config.{sub,guess} build/; \
- cp /usr/share/misc/config.{sub,guess} contrib/ldapc++/; \
+ cp /usr/share/misc/config.* build/; \
+ cp /usr/share/misc/config.* contrib/ldapc++/; \
fi
rm -f install-stamp build-stamp
rm -rf $(builddir) $(builddir_notls) $(installdir)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git
More information about the Pkg-openldap-devel
mailing list