source: trunk/athena/bin/mitmailutils/debian/rules @ 23716

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 *
Line 
1#!/usr/bin/make -f
2
3DEB_AUTO_UPDATE_AUTOCONF = 2.50
4include /usr/share/cdbs/1/rules/debhelper.mk
5include /usr/share/cdbs/1/class/autotools.mk
6
7common-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
12clean::
13        rm -f configure
Note: See TracBrowser for help on using the repository browser.