Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from joebonrichie/meson_install
Browse files Browse the repository at this point in the history
data/macros: Remove unsupports args in meson_install
  • Loading branch information
ermo authored Dec 23, 2023
2 parents ef7fd8c + 8204cb2 commit 4376a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/macros/actions/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ actions:
# Install results of the build to the destination directory
- meson_install:
command: |
DESTDIR="%(installroot)" meson install --no-rebuild -v -j "%(jobs)" -C "%(builddir)"
DESTDIR="%(installroot)" meson install --no-rebuild -C "%(builddir)"
dependencies:
- meson

Expand Down

0 comments on commit 4376a22

Please sign in to comment.