diff options
-rw-r--r-- | gettext.morph | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gettext.morph b/gettext.morph index 7df4c36dd..5a756eb45 100644 --- a/gettext.morph +++ b/gettext.morph @@ -1,5 +1,8 @@ { "name": "gettext", "kind": "chunk", - "build-system": "autotools" + "build-system": "autotools", + "configure-commands": [ + "./configure --prefix=\"$PREFIX\"" + ] } |