app-misc/spicetify-cli: add unstaged changes that were forgotten
Fixes: ca24629b4a
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
4cb258d39c
commit
72f1d28353
@ -71,9 +71,12 @@ src_compile() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
insinto "${INSTALLDIR}"
|
insinto "${INSTALLDIR}"
|
||||||
doins -r {CustomApps,Extensions,Themes,jsHelper,spicetify-cli}
|
doins -r {CustomApps,Extensions,Themes,jsHelper,cli}
|
||||||
dobin "${FILESDIR}/spicetify"
|
newbin - spicetify <<-EOF
|
||||||
fperms +x "${INSTALLDIR}/spicetify-cli"
|
#!/usr/bin/env sh
|
||||||
|
exec /opt/spicetify-cli/cli \$@
|
||||||
|
EOF
|
||||||
|
fperms +x "${INSTALLDIR}/cli"
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
Loading…
Reference in New Issue
Block a user