[neon/backports-focal/iio-sensor-proxy/Neon/unstable] debian: Call autogen with proper paths

Ritesh Raj Sarraf null at kde.org
Fri Oct 9 07:46:06 BST 2020


Git commit 92dfd48cb11b06526ac05276562cfc914c37103f by Ritesh Raj Sarraf.
Committed on 01/07/2015 at 18:09.
Pushed by bshah into tag 'Neon/unstable'.

Call autogen with proper paths

M  +1    -2    debian/rules

https://invent.kde.org/neon/backports-focal/iio-sensor-proxy/commit/92dfd48cb11b06526ac05276562cfc914c37103f

diff --git a/debian/rules b/debian/rules
index f438181..60ee3ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,4 @@ export DH_OPTIONS
 	dh $@ 
 
 override_dh_auto_configure:
-	./autogen.sh
-	./configure --prefix=/usr
+	./autogen.sh --prefix=/ --exec-prefix=/usr



More information about the Neon-commits mailing list