projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d76c366
)
debian/rules: use $(CURDIR) instead of $$(pwd)
author
Antonio Ospite <ospite@studenti.unina.it>
Mon, 18 Nov 2013 23:19:53 +0000
(
00:19
+0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Mon, 18 Nov 2013 23:19:53 +0000
(
00:19
+0100)
Avoid invoking the shell when make already has the needed information.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
53bb7f1
..
7d0681e
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-4,4
+4,4
@@
dh $@
override_dh_auto_install:
- $(MAKE) DESTDIR=$
$(pwd
)/debian/tweeper prefix=/usr install
+ $(MAKE) DESTDIR=$
(CURDIR
)/debian/tweeper prefix=/usr install