diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template index d5e2a0a3643..f838154a101 100644 --- a/srcpkgs/lollypop/template +++ b/srcpkgs/lollypop/template @@ -1,7 +1,7 @@ # Template file for 'lollypop' pkgname=lollypop version=0.9.243 -revision=1 +revision=2 noarch=yes nocross=yes hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3 meson" @@ -22,5 +22,10 @@ do_build() { } do_install() { + local f env DESTDIR="$DESTDIR" ninja -C _build install + for f in lollypop{,-cli} rhythmbox2lollypop; do + chmod +x "${DESTDIR}"/usr/bin/${f} + done + chmod +x "${DESTDIR}"/usr/libexec/lollypop-sp }