[ivyplusplus] 02/19: d/rules: Use $(CURDIR) instead of pwd
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Feb 8 20:12:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository ivyplusplus.
commit b045d061a90f183541c877fd735ffa753b8c4532
Author: Markus Koschany <apo at debian.org>
Date: Mon Feb 8 19:12:15 2016 +0100
d/rules: Use $(CURDIR) instead of pwd
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 612dc56..7d84a1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ override_dh_auto_clean:
override_dh_auto_build:
echo ivyplusplus.version=$(DEB_VERSION_UPSTREAM) > debian/ivyplusplus.version.properties
- ant -buildfile debian/build.xml -Dbasedir=`pwd` dist
+ ant -buildfile debian/build.xml -Dbasedir=$(CURDIR) dist
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivyplusplus.git
More information about the pkg-java-commits
mailing list