summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
]
}