stremio-shell: don't move distfiles

This commit is contained in:
Piraty 2021-01-18 10:43:04 +01:00
parent 6444245fca
commit 9a31d0c8f4

View file

@ -53,6 +53,6 @@ post_install() {
echo "cd /usr/lib/stremio && exec node server.js" >> stremio-server
vbin stremio-server
mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/server.js ${DESTDIR}/usr/lib/stremio
mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/stremio.asar ${DESTDIR}/usr/lib/stremio
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/server.js ${DESTDIR}/usr/lib/stremio
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/stremio.asar ${DESTDIR}/usr/lib/stremio
}