debian/rules: set PREFIX for dh_auto_configure.
authorgregor herrmann <gregoa@debian.org>
Thu, 19 Aug 2021 14:12:07 +0000 (16:12 +0200)
committergregor herrmann <gregoa@debian.org>
Thu, 19 Aug 2021 14:12:07 +0000 (16:12 +0200)
debian/rules

index 17c2d9d04a26f427711b726ac8301cf8ad0bd14b..2556dbfd96e6eddaa2b76a39d7e22d9a3510d535 100755 (executable)
@@ -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