mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
lollypop: fix executables
This commit is contained in:
parent
184711b3ac
commit
497eb1d795
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue