diff options
Diffstat (limited to 'testing/scripts/recipes/007_x509-ada.mk')
-rw-r--r-- | testing/scripts/recipes/007_x509-ada.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/scripts/recipes/007_x509-ada.mk b/testing/scripts/recipes/007_x509-ada.mk index 319a6e28b..121a14414 100644 --- a/testing/scripts/recipes/007_x509-ada.mk +++ b/testing/scripts/recipes/007_x509-ada.mk @@ -4,6 +4,8 @@ PKG = x509-ada SRC = http://git.codelabs.ch/git/$(PKG).git REV = v0.1 +PREFIX = /usr/local/ada + all: install .$(PKG)-cloned: @@ -16,4 +18,4 @@ all: install @touch $@ install: .$(PKG)-built - cd $(PKG) && make install + cd $(PKG) && make PREFIX=$(PREFIX) install |