Skip to content

Commit

Permalink
Fix snapcraft build
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagorb committed Jul 15, 2023
1 parent 5b1a6e1 commit a21e56a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: suid-wrapper
base: core20
base: core22
version: '0.2.0'
summary: Utility to create binary executables to be used with the suid flag
description: |
Expand Down Expand Up @@ -28,7 +28,9 @@ parts:
source-type: git
build-packages:
- make
- execstack
override-build: |
APP_VERSION=0.2.0 make release
execstack --clear-execstack bin/release/suid-wrapper
mkdir -p $SNAPCRAFT_PART_INSTALL/bin
cp bin/release/suid-wrapper $SNAPCRAFT_PART_INSTALL/bin/suid-wrapper

0 comments on commit a21e56a

Please sign in to comment.