Skip to content

Commit

Permalink
call $CONTRIB/base.sh after defining $CONTRIB
Browse files Browse the repository at this point in the history
  • Loading branch information
PiRK committed Nov 23, 2020
1 parent 8ef7aab commit a5907d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/build-linux/appimage/_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

set -e

. "$CONTRIB"/base.sh

PROJECT_ROOT="$(dirname "$(readlink -e "$0")")/../../.."
CONTRIB="$PROJECT_ROOT/contrib"

. "$CONTRIB"/base.sh

DISTDIR="$PROJECT_ROOT/dist"
BUILDDIR="$CONTRIB/build-linux/appimage/build/appimage"
APPDIR="$BUILDDIR/$PACKAGE.AppDir"
Expand Down

0 comments on commit a5907d6

Please sign in to comment.