Rev 3 | Rev 19 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3 | Rev 18 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | python setup.py install --no-compile --root=$(DESTDIR) \ |
45 | python setup.py install --no-compile --root=$(DESTDIR) \ |
46 | --install-scripts=/usr/games \ |
46 | --install-scripts=/usr/games \ |
47 | --confdir=/etc/pyscrabble \ |
47 | --confdir=/etc/pyscrabble \ |
48 | --logdir=/var/log/pyscrabble \ |
48 | --logdir=/var/log/pyscrabble \ |
49 | --dbdir=/var/lib/pyscrabble |
49 | --dbdir=/var/lib/pyscrabble |
- | 50 | install -m755 -d $(DESTDIR)/usr/sbin |
|
50 | mv $(DESTDIR)/usr/games/pyscrabble-main.py $(DESTDIR)/usr/games/pyscrabble |
51 | mv $(DESTDIR)/usr/games/pyscrabble-main.py $(DESTDIR)/usr/games/pyscrabble |
51 | mv $(DESTDIR)/usr/games/server_console.py $(DESTDIR)/usr/games/pyscrabble-server |
52 | mv $(DESTDIR)/usr/games/server_console.py $(DESTDIR)/usr/sbin/pyscrabble-server |
52 | # rm $(DESTDIR)/usr/bin/db_upgrade.py |
53 | # rm $(DESTDIR)/usr/bin/db_upgrade.py |
53 | install -m755 -d $(DESTDIR)/usr/share/pixmaps |
54 | install -m755 -d $(DESTDIR)/usr/share/pixmaps |
54 | install -m644 pyscrabble-*.xpm $(DESTDIR)/usr/share/pixmaps |
55 | install -m644 pyscrabble-*.xpm $(DESTDIR)/usr/share/pixmaps |
55 | install -m755 -d $(DESTDIR)/usr/share/icons/hicolor/scalable/apps |
56 | install -m755 -d $(DESTDIR)/usr/share/icons/hicolor/scalable/apps |
56 | gzip < debian/pyscrabble.svg > $(DESTDIR)/usr/share/icons/hicolor/scalable/apps/pyscrabble.svgz |
57 | gzip < debian/pyscrabble.svg > $(DESTDIR)/usr/share/icons/hicolor/scalable/apps/pyscrabble.svgz |