summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8540540029eb..e6d4270033ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-# Maintainer: Nelson Estevão <nelson@marmelasoft.com>
pkgname="livebook"
pkgver="0.7.2"
pkgrel="1"
@@ -10,8 +9,8 @@ depends=('openssl' 'erlang' 'elixir')
# sha256sums=("SKIP")
build() {
- mix do local.rebar --force, local.hex --force
- mix escript.install hex livebook 0.7.2
+ /usr/bin/mix do local.rebar --force, local.hex --force
+ /usr/bin/mix escript.install hex livebook 0.7.2
}
package() {