aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/recipes/008_xfrm-ada.mk
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scripts/recipes/008_xfrm-ada.mk')
-rw-r--r--testing/scripts/recipes/008_xfrm-ada.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/scripts/recipes/008_xfrm-ada.mk b/testing/scripts/recipes/008_xfrm-ada.mk
index f44a2822b..6ad451340 100644
--- a/testing/scripts/recipes/008_xfrm-ada.mk
+++ b/testing/scripts/recipes/008_xfrm-ada.mk
@@ -4,7 +4,9 @@ PKG = xfrm-ada
SRC = http://git.codelabs.ch/git/$(PKG).git
REV = v0.1
-export ADA_PROJECT_PATH=/root/libraries/lib/gnat
+PREFIX = /usr/local/ada
+
+export ADA_PROJECT_PATH=$(PREFIX)/lib/gnat
all: install
@@ -18,4 +20,4 @@ all: install
@touch $@
install: .$(PKG)-built
- cd $(PKG) && make install
+ cd $(PKG) && make PREFIX=$(PREFIX) install