summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-12 18:23:05 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-12 18:23:05 +0000
commit914eb0a0c3da681621601051330a48d89b31c4c6 (patch)
treebc597ce68eacae28c2108e759654233cbe391ea4
parent505bf5125bed4669aabc3d65c63479d73f81d7b0 (diff)
downloadmakeself-baserock/genivi/install.tar.gz
Actually make install directorybaserock/genivi/install
-rw-r--r--makeself.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeself.morph b/makeself.morph
index 423b892..e434654 100644
--- a/makeself.morph
+++ b/makeself.morph
@@ -4,6 +4,7 @@
"configure-commands": [],
"build-commands": [],
"install-commands": [
+ "mkdir -p \"$DESTDIR/usr/bin\"",
"install -m755 makeself.sh \"$DESTDIR/usr/bin/makeself\""
]
}