Revision 26008,
414 bytes
checked in by achernya, 12 years ago
(diff) |
In reactivate:
* Convert to dh7
|
Rev | Line | |
---|
[26008] | 1 | all: session-wrapper command-not-found.mo |
---|
[25671] | 2 | |
---|
| 3 | session-wrapper: session-wrapper.c |
---|
| 4 | $(CC) -o session-wrapper session-wrapper.c |
---|
| 5 | |
---|
[26008] | 6 | command-not-found.mo: |
---|
| 7 | msgfmt -o command-not-found.mo command-not-found.po |
---|
| 8 | |
---|
[25671] | 9 | install: all |
---|
| 10 | install -d $(DESTDIR)/usr/lib/debathena-reactivate |
---|
| 11 | install -m4755 session-wrapper $(DESTDIR)/usr/lib/debathena-reactivate |
---|
| 12 | |
---|
| 13 | clean: |
---|
| 14 | rm -f session-wrapper |
---|
[26008] | 15 | rm -f command-not-found.mo |
---|
[25671] | 16 | |
---|
| 17 | .PHONY: clean all |
---|
Note: See
TracBrowser
for help on using the repository browser.