lollypop: fix executables
This commit is contained in:
parent
184711b3ac
commit
497eb1d795
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue