Install shaders somewhere that higan will find them.

This commit is contained in:
Tim Allen
2017-08-23 20:46:24 +10:00
parent b308661fa3
commit 86f3a8e670

View File

@@ -1,5 +1,3 @@
install:
if [ -d /usr/share/higan/Video\ Shaders ]; then sudo rm -r /usr/share/higan/Video\ Shaders; fi
sudo mkdir -p /usr/share/higan/Video\ Shaders
sudo cp -r *.shader /usr/share/higan/Video\ Shaders
sudo chmod -R 777 /usr/share/higan/Video\ Shaders
mkdir -p ~/.local/share/higan/Video\ Shaders
cp -a *.shader ~/.local/share/higan/Video\ Shaders