[Pkg-electronics-commits] [gerbv] 08/17: Fix variable name in d/rules
Dr. Tobias Quathamer
toddy at debian.org
Mon Dec 26 19:56:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
toddy pushed a commit to branch master
in repository gerbv.
commit ed5936d999aa96ead61b99d6c9fd559b4ddccff4
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date: Mon Dec 26 12:33:03 2016 +0100
Fix variable name in d/rules
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 2811462..fca9374 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ override_dh_auto_configure:
override_dh_install:
dh_install
- find $(CWD)/debian/gerbv -name '*.la' -delete
+ find $(CURDIR)/debian/gerbv -name '*.la' -delete
override_dh_installexamples:
dh_installexamples -XMakefile
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gerbv.git
More information about the Pkg-electronics-commits
mailing list