scripts/Tools/emacs/build:

- create $PREFIX, make expect the existance of it
This commit is contained in:
2015-05-06 10:08:58 +02:00
parent 258a795f54
commit 6cbe217bf3

View File

@@ -28,6 +28,7 @@ function em.configure() {
--prefix="${PREFIX}" \
${configure_args} \
|| exit 1
install -m 0755 -d "${PREFIX}"
}
function em.post_install() {