ToastFreeware
/
debian
/
confclerk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df04522
)
debian/rules: set PREFIX for dh_auto_configure.
author
gregor herrmann
<gregoa@debian.org>
Thu, 19 Aug 2021 14:12:07 +0000
(16:12 +0200)
committer
gregor herrmann
<gregoa@debian.org>
Thu, 19 Aug 2021 14:12:07 +0000
(16:12 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 17c2d9d04a26f427711b726ac8301cf8ad0bd14b..2556dbfd96e6eddaa2b76a39d7e22d9a3510d535 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-6,6
+6,9
@@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- PREFIX=/usr/bin
+
override_dh_auto_test:
# there are no tests, no need to try and find them