install into /usr/share/local instead

This commit is contained in:
Hylke Bons 2010-04-27 20:27:13 +01:00
parent a3549faed9
commit 37a4e797ca

View file

@ -2,15 +2,15 @@ SparklePony.exe : src/SparklePony.cs
gmcs -pkg:gtk-sharp-2.0 -pkg:notify-sharp -pkg:dbus-sharp src/SparklePony.cs
install:
mkdir /usr/share/sparklepony
cp src/SparklePony.exe /usr/share/sparklepony/
mkdir /usr/share/local/sparklepony
cp src/SparklePony.exe /usr/share/local/sparklepony/
cp src/sparklepony /usr/bin/
cp data/icons /usr/share/ -R
uninstall:
rm /usr/bin/sparklepony
rm /usr/share/sparklepony/SparklePony.exe
rmdir /usr/share/sparklepony
rm /usr/share/local/sparklepony/SparklePony.exe
rmdir /usr/share/local/sparklepony
rm /usr/share/icons/hicolor/*x*/places/folder-publicshare.png
clean: