aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-20 16:40:19 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-20 16:40:19 +0000
commite3d1bdc3de2039e4f96c874d0ce0c5d8c569c6b3 (patch)
tree18015d3421000b882ac37c37448559d70531a675 /Makefile.in
parent44e709291a193554178fa0865a076fd14986237c (diff)
downloadfetchmail-e3d1bdc3de2039e4f96c874d0ce0c5d8c569c6b3.tar.gz
fetchmail-e3d1bdc3de2039e4f96c874d0ce0c5d8c569c6b3.tar.bz2
fetchmail-e3d1bdc3de2039e4f96c874d0ce0c5d8c569c6b3.zip
Cleunup RPM sites.
svn path=/trunk/; revision=2130
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 53a98c94..7f68c0d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -243,7 +243,7 @@ dist: Makefile.in
fetchmail-$(VERS).tar.gz: $(all)
(cd ..; ln -sf fetchmail fetchmail-$(VERS))
(cd ..; tar -czf fetchmail-$(VERS).tar.gz `sed <fetchmail-$(VERS)/MANIFEST s:^:fetchmail-$(VERS)/:`)
- mv ../fetchmail-$(VERS).tar.gz .
+ mv -f ../fetchmail-$(VERS).tar.gz .
rm ../fetchmail-$(VERS)
# Make RPMs. You need to be root to make this work