summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNelson Estevão2023-09-02 23:33:16 +0100
committerNelson Estevão2023-09-02 23:33:16 +0100
commit74195bfb83b2b21433669aa7b0ceca1e1758d40f (patch)
treefd9ab1f2b78e0846d3e8fa57c5cac5c466ca9419
parentfab9e13b2b5312c9ffc918e51b2a3b96b976d977 (diff)
downloadaur-74195bfb83b2b21433669aa7b0ceca1e1758d40f.tar.gz
fix check function
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29ecd90eeed5..0098ece3f0bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
}
check() {
- "$pkgdir/usr/bin/livebook" --version
+ "$HOME/.mix/escripts/livebook" --version
}
package() {