[gnome-build-meta/juerg/ppp] core-deps/ppp.bst: Set BINDIR



commit e55f08e61d7d1e27cf346c8daa60824baffcf9d8
Author: Jürg Billeter <j bitron ch>
Date:   Sat Feb 9 19:01:23 2019 +0100

    core-deps/ppp.bst: Set BINDIR
    
    Use %{bindir} instead of hardcoded path in Makefile.

 elements/core-deps/ppp.bst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/elements/core-deps/ppp.bst b/elements/core-deps/ppp.bst
index 2cd8c0cb..35462cd7 100644
--- a/elements/core-deps/ppp.bst
+++ b/elements/core-deps/ppp.bst
@@ -11,4 +11,4 @@ depends:
 variables:
   # not a real autotools project
   autogen: ''
-  make-install: make -j1 INSTROOT="%{install-root}" install
+  make-install: make -j1 INSTROOT="%{install-root}" BINDIR="%{install-root}%{bindir}" install


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]