Skip to content

Commit

Permalink
fix: update meson install prefix
Browse files Browse the repository at this point in the history
- add buildflag to set install prefix for apx-gui
- add buildflag to set install prefix for vanilla-updates-utility
- add buildflag to set install prefix for abroot-rollback-notifier
  • Loading branch information
jardon committed Sep 30, 2024
1 parent 77d948d commit f082c2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/00-vanilla-apx-gui.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: apx-gui
type: meson
buildflags:
- --prefix=/usr
source:
type: git
url: https://github.com/Vanilla-OS/apx-gui
Expand Down
2 changes: 2 additions & 0 deletions modules/00-vanilla-updates-utility.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: vanilla-updates-utility
type: meson
buildflags:
- --prefix=/usr
source:
type: git
url: https://github.com/Vanilla-OS/vanilla-updates-utility
Expand Down
2 changes: 2 additions & 0 deletions modules/10-vanilla-abroot-rollback-notifier.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: abroot-rollback-notifier
type: meson
buildflags:
- --prefix=/usr
source:
type: git
url: https://github.com/Vanilla-OS/abroot-rollback-notifier
Expand Down

0 comments on commit f082c2e

Please sign in to comment.