From 8857d6b995767b3cc4c113ff38425f052e4bfa05 Mon Sep 17 00:00:00 2001 From: reedrw Date: Sat, 6 Jun 2020 18:58:47 -0400 Subject: fix build script trying to tar invalid directory Before, it tried to tar `build/ligature_plugins`, which doesn't exist because the plugins were actually copied to `build/scientifica/ligature_plugins` --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 93e2b47..19d3175 100755 --- a/build.sh +++ b/build.sh @@ -37,7 +37,7 @@ main() { echo "[~] Entering build directory ..." cd build || echo "[!] Failed to enter build directory!" - tar c --file scientifica.tar scientifica ligature_plugins + tar c --file scientifica.tar scientifica echo "[~] Leaving build directory ..." echo "[!] Done!" -- cgit v1.2.3