Skip to content

Commit

Permalink
pkgmk
Browse files Browse the repository at this point in the history
fix build meson function to today's syntax
  • Loading branch information
tnut committed Mar 29, 2024
1 parent 0a7829c commit 38c545a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/pkgmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,8 @@ build() {
meson)
mkdir build
cd build
meson --prefix=/usr \
meson setup --prefix=/usr \
--buildtype=release \
../$name-$version
ninja
DESTDIR=$PKG ninja install;;
Expand Down

0 comments on commit 38c545a

Please sign in to comment.