Skip to content

Commit

Permalink
WIP6
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Apr 15, 2024
1 parent 7c9f168 commit 0e5cfcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build/install-deps-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -euxo pipefail

DEBIAN_FRONTEND=noninteractive apt install --yes \
intltool \
build-essential \
pkg-config \
cli-common-dev \
mono-devel \
Expand Down
2 changes: 1 addition & 1 deletion build/snap-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo ./build/install-deps-ubuntu.sh
# just in case this is a retry-run, we want to clean artifacts from previous try
rm -rf ./staging

./autogen.sh --prefix=./staging "$@"
./autogen.sh --prefix=`pwd`/staging "$@"
make
make install

Expand Down

0 comments on commit 0e5cfcf

Please sign in to comment.