[pkg-db-commits] [db5.3] 04/09: fixup! Re-run dist/s_config to properly call libtool to build on new architectures (Closes: #750481)
Ondrej Sury
ondrej at moszumanska.debian.org
Mon Jun 23 13:39:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
ondrej pushed a commit to branch debian-sid
in repository db5.3.
commit 41c491a6e0ee63644748832374bb498792bdd276
Author: Ondřej Surý <ondrej at sury.org>
Date: Thu Jun 19 11:58:14 2014 +0200
fixup! Re-run dist/s_config to properly call libtool to build on new architectures (Closes: #750481)
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 73d46b4..bb01544 100755
--- a/debian/rules
+++ b/debian/rules
@@ -151,7 +151,7 @@ endif
rm -f $(CURDIR)/debian/build_signature.txt
mkdir $(CURDIR)/debian/s_config/
for f in $(RECONF_FILES); do \
- if [ $(CURDIR)/debian/s_config/$$f ]; then \
+ if [ -e $(CURDIR)/debian/s_config/$$f ]; then \
mv $(CURDIR)/debian/s_config/$$f $(CURDIR)/dist/; \
fi; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-db/db5.3.git
More information about the pkg-db-commits
mailing list