summaryrefslogtreecommitdiff
path: root/makeself.morph
diff options
context:
space:
mode:
Diffstat (limited to 'makeself.morph')
-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\""
]
}