Rev 18 | Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 18 | Rev 19 | ||
|---|---|---|---|
| Line 41... | Line 41... | ||
| 41 | dh_testdir |
41 | dh_testdir |
| 42 | dh_testroot |
42 | dh_testroot |
| 43 | dh_clean -k |
43 | dh_clean -k |
| 44 | 44 | ||
| 45 | python setup.py install --no-compile --root=$(DESTDIR) \ |
45 | python setup.py install --no-compile --root=$(DESTDIR) \ |
| - | 46 | --prefix=/usr \ |
|
| 46 | --install-scripts=/usr/games \ |
47 | --install-scripts=/usr/games \ |
| 47 | --confdir=/etc/pyscrabble \ |
48 | --confdir=/etc/pyscrabble \ |
| 48 | --logdir=/var/log/pyscrabble \ |
49 | --logdir=/var/log/pyscrabble \ |
| 49 | --dbdir=/var/lib/pyscrabble |
50 | --dbdir=/var/lib/pyscrabble |
| 50 | install -m755 -d $(DESTDIR)/usr/sbin |
51 | install -m755 -d $(DESTDIR)/usr/sbin |