summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-07-03 15:31:59 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-07-03 15:31:59 +0100
commit91c24ecc91dfe7bae30b1b5d292d6a786b5cebde (patch)
treef338bb5dfb553d80499f0d183fd0bbd7155f31da
parente732ffcc4cc6bdf66e305c145cf1e9da8eeb4929 (diff)
downloadacl-baserock/morph.tar.gz
try to make install workbaserock/morph
-rw-r--r--acl.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/acl.morph b/acl.morph
index dd29931..2983d38 100644
--- a/acl.morph
+++ b/acl.morph
@@ -8,6 +8,6 @@
"make SHELL=/bin/bash"
],
"install-commands": [
- "make SHELL=/bin/bash DESTDIR=\"$DESTDIR\" install"
+ "make SHELL=/bin/bash DIST_ROOT=\"$DESTDIR\" install install-dev install-lib"
]
}