[pkg-db-commits] [SCM] UNNAMED PROJECT branch, debian-sid, updated. debian/5.1.25-4-2-g7efc3fb
Ondřej Surý
ondrej at sury.org
Wed Apr 20 19:01:31 UTC 2011
The following commit has been merged in the debian-sid branch:
commit 255ce59e67eb8fe4c8b0af1dd59b04bf1576c214
Author: Ondřej Surý <ondrej at sury.org>
Date: Wed Apr 20 18:17:51 2011 +0200
Fix FTBFS when buildd directory is named db_
diff --git a/debian/rules b/debian/rules
index 145805f..64b6753 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,7 +132,7 @@ endif
rm -f $(CURDIR)/debian/tmp/usr/bin/sqlite3
for i in $(CURDIR)/debian/tmp/usr/bin/db_*; do \
- mv $$i $$(echo $$i | sed -e 's/db_/$(package)_/'); \
+ mv $$i $$(echo $$i | sed -e 's{usr/bin/db_{usr/bin/$(package)_{'); \
done
--
UNNAMED PROJECT
More information about the pkg-db-commits
mailing list