Skip to content
Snippets Groups Projects
Verified Commit a2c4b35a authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

gitpkg: Use --destdir

parent 200df4f8
No related branches found
No related tags found
No related merge requests found
Pipeline #12972 passed
......@@ -426,7 +426,7 @@ if gitify
package: case
when meson
<<~END
DESTDIR="$pkgdir" meson install -C build
meson install -C build --destdir "$pkgdir"
END
end,
}.reverse_each do |name, content|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment