lollypop: fix executables

This commit is contained in:
Jürgen Buchmüller 2017-07-09 14:40:34 +02:00
parent 184711b3ac
commit 497eb1d795

View file

@ -1,7 +1,7 @@
# Template file for 'lollypop' # Template file for 'lollypop'
pkgname=lollypop pkgname=lollypop
version=0.9.243 version=0.9.243
revision=1 revision=2
noarch=yes noarch=yes
nocross=yes nocross=yes
hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3 meson" hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3 meson"
@ -22,5 +22,10 @@ do_build() {
} }
do_install() { do_install() {
local f
env DESTDIR="$DESTDIR" ninja -C _build install 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
} }