Skip to content

Commit

Permalink
Merge pull request #289 from lmntal/fix/snapcraft
Browse files Browse the repository at this point in the history
Update snapcraft.yaml
  • Loading branch information
nikosai committed May 22, 2022
2 parents 1052925 + 6f02cb9 commit c3c95f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: sudo apt -qq update
- run: sudo apt install -y ant re2c
- run: git clone https://github.com/lmntal/lmntal-compiler.git
- run: cd lmntal-compiler && ant compile && cd ..
- run: cd lmntal-compiler && ant && cd ..
- run: ./autogen.sh
- run: ./configure $DEBUG_FLAG
- run: make
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
plugin: autotools
# install-via: prefix
source: .
configflags: ["--datadir=/snap/$SNAPCRAFT_PROJECT_NAME/current/share"]
autotools-configure-parameters: ["--datadir=/snap/$SNAPCRAFT_PROJECT_NAME/current/share"]
organize:
snap/$SNAPCRAFT_PROJECT_NAME/current/share: share
build-environment:
Expand Down

0 comments on commit c3c95f9

Please sign in to comment.