1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2025-03-25 03:19:30 +00:00

Update sunshine to all be in /usr

This commit is contained in:
Phantop 2021-06-22 12:46:57 -04:00
parent df6e2a7fb5
commit 30a6c572c9

View file

@ -18,13 +18,16 @@ builddeps :
setup : |
mkdir build
pushd build
%cmake -D SUNSHINE_ASSETS_DIR=/etc/sunshine ..
%cmake -D SUNSHINE_ASSETS_DIR=/usr/share/sunshine ..
build : |
pushd build
%make
install : |
install -Dm755 build/sunshine.service "$installdir/usr/lib/systemd/user/sunshine.service"
pushd build
./gen-deb
pushd package-deb/sunshine
mkdir $installdir
mv etc usr $installdir
mkdir usr/lib
mv etc/udev usr/lib
mv etc usr/share
cp -r usr $installdir