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() {
|
||||
insinto "${INSTALLDIR}"
|
||||
doins -r {CustomApps,Extensions,Themes,jsHelper,spicetify-cli}
|
||||
dobin "${FILESDIR}/spicetify"
|
||||
fperms +x "${INSTALLDIR}/spicetify-cli"
|
||||
doins -r {CustomApps,Extensions,Themes,jsHelper,cli}
|
||||
newbin - spicetify <<-EOF
|
||||
#!/usr/bin/env sh
|
||||
exec /opt/spicetify-cli/cli \$@
|
||||
EOF
|
||||
fperms +x "${INSTALLDIR}/cli"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
Loading…
Reference in New Issue
Block a user