Revision 26008,
414 bytes
checked in by achernya, 12 years ago
(diff) |
In reactivate:
* Convert to dh7
|
Line | |
---|
1 | all: session-wrapper command-not-found.mo |
---|
2 | |
---|
3 | session-wrapper: session-wrapper.c |
---|
4 | $(CC) -o session-wrapper session-wrapper.c |
---|
5 | |
---|
6 | command-not-found.mo: |
---|
7 | msgfmt -o command-not-found.mo command-not-found.po |
---|
8 | |
---|
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 |
---|
15 | rm -f command-not-found.mo |
---|
16 | |
---|
17 | .PHONY: clean all |
---|
Note: See
TracBrowser
for help on using the repository browser.