source: trunk/athena/bin/bugme/Makefile @ 23647

Revision 23647, 339 bytes checked in by broder, 16 years ago (diff)
Initial Debianization of new PyGTK-based bugme.
Line 
1DEFAULT:
2        @echo "Valid targets: install"
3
4install:
5        mkdir -p $(DESTDIR)/usr/bin
6        mkdir -p $(DESTDIR)/usr/share/bugme
7        mkdir -p $(DESTDIR)/etc/X11/Xsession.d
8        install -m 755 bugme $(DESTDIR)/usr/bin/bugme
9        install -m 644 bugme.glade $(DESTDIR)/usr/share/bugme/
10        install -m 644 bugme.xsession $(DESTDIR)/etc/X11/Xsession.d/98debathena-bugme
Note: See TracBrowser for help on using the repository browser.