diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-01-22 18:07:25 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-01-22 18:07:25 +0100 |
| commit | 2f7c8cf5a4818d3844c971dd2a32c8857473923c (patch) | |
| tree | ce187532b7c0e47cb4827006b360fa01d548a6b0 | |
| parent | fbe8bc374ddb310d24bf9f2a81101df61cf1185f (diff) | |
| download | applause2-2f7c8cf5a4818d3844c971dd2a32c8857473923c.tar.gz | |
AppImage: added missing git build-time dependency
| -rw-r--r-- | AppImage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AppImage.yml b/AppImage.yml index ca6ee4a..5666055 100644 --- a/AppImage.yml +++ b/AppImage.yml @@ -30,7 +30,7 @@ ingredients: - tar xzf applause.tar.gz # Install build-time dependencies - apt-get update -o APT::Cache-Start=100000000 - - apt-get install -o APT::Cache-Start=100000000 -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv + - apt-get install -o APT::Cache-Start=100000000 -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv git script: - make -C ../LuaJIT-2.1 DESTDIR=`pwd` PREFIX=/usr install |
