forked from pi-desktop/deb-make
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Makefile
21 lines (16 loc) · 792 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pidesktop: pidesktop-base.deb
pidesktop-base.deb:
dpkg -b pidesktop-base/ pidesktop-base.deb
clean: pidesktop-base.deb
rm -f pidesktop-base.deb
install: pidesktop-base.deb
sudo dpkg -i pidesktop-base.deb
test:
cp pidesktop-base/usr/share/pidesktop/script/pd-check /usr/share/pidesktop/script
cp pidesktop-base/usr/share/pidesktop/script/pd-clonessd /usr/share/pidesktop/script
cp pidesktop-base/usr/share/pidesktop/python/pd-bootssd.py /usr/share/pidesktop/python
cp pidesktop-base/usr/share/pidesktop/python/pd-fixrtc.py /usr/share/pidesktop/python
cp pidesktop-base/usr/share/pidesktop/python/pd-powerkey.py /usr/share/pidesktop/python
cp pidesktop-base/usr/share/pidesktop/python/pd-shutdown.py /usr/share/pidesktop/python
uninstall:
sudo dpkg -r pidesktop-base