Revision 23716,
364 bytes
checked in by broder, 15 years ago
(diff) |
In mitmailutils, be sure to move from to from.debathena to keep it
from conflicting.
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[23705] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
| 3 | DEB_AUTO_UPDATE_AUTOCONF = 2.50 |
---|
| 4 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
| 5 | include /usr/share/cdbs/1/class/autotools.mk |
---|
| 6 | |
---|
[23716] | 7 | common-install-impl:: |
---|
| 8 | mv $(DEB_DESTDIR)/usr/bin/from $(DEB_DESTDIR)/usr/bin/from.debathena |
---|
| 9 | mv $(DEB_DESTDIR)/usr/share/man/man1/from.1 \ |
---|
| 10 | $(DEB_DESTDIR)/usr/share/man/man1/from.debathena.1 |
---|
| 11 | |
---|
[23705] | 12 | clean:: |
---|
| 13 | rm -f configure |
---|
Note: See
TracBrowser
for help on using the repository browser.