diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-12-18 00:15:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-12-18 00:15:10 +0000 |
commit | aedf4074310ecf6d0e02b219ebeaff602ae0c57a (patch) | |
tree | 360d99db2f639a6877af1a69ed251e5f9833384d /Makefile.in | |
parent | b498c1ee5595956ec3e9c6139dfcc73a3dae070d (diff) | |
download | fetchmail-aedf4074310ecf6d0e02b219ebeaff602ae0c57a.tar.gz fetchmail-aedf4074310ecf6d0e02b219ebeaff602ae0c57a.tar.bz2 fetchmail-aedf4074310ecf6d0e02b219ebeaff602ae0c57a.zip |
The RPM now has an icon.
svn path=/trunk/; revision=1577
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index eac7d3e8..315c5690 100644 --- a/Makefile.in +++ b/Makefile.in @@ -245,7 +245,7 @@ RPMROOT=/usr/src/redhat RPM = rpm RPMFLAGS = -ba rpm: dist - cp fetchmail-$(VERS).tar.gz $(RPMROOT)/SOURCES; + cp fetchmail-$(VERS).tar.gz fetchmail.gif $(RPMROOT)/SOURCES; $(srcdir)/specgen.sh $(VERS) >$(RPMROOT)/SPECS/fetchmail.spec cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) fetchmail.spec cp $(RPMROOT)/RPMS/`arch|sed 's/i[4-9]86/i386/'`/fetchmail-$(VERS)*.rpm $(srcdir) |