aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-09 12:56:37 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-09 12:56:37 +0000
commitca38a1803893b0368bea1bd8689859554f788cf4 (patch)
treed9c9fa999a8a803a7799c0ca22ba128a5b127e56
parentaaede2a769d9562269623c683256b116c723e9b7 (diff)
downloadrpmtools-ca38a1803893b0368bea1bd8689859554f788cf4.tar
rpmtools-ca38a1803893b0368bea1bd8689859554f788cf4.tar.gz
rpmtools-ca38a1803893b0368bea1bd8689859554f788cf4.tar.bz2
rpmtools-ca38a1803893b0368bea1bd8689859554f788cf4.tar.xz
rpmtools-ca38a1803893b0368bea1bd8689859554f788cf4.zip
Refine "rpm" make target
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c71c3be..31f149c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,7 @@ ChangeLog:
rm -f *.bak
rpm: dist
- rpm --define "_sourcedir `pwd`" -ba rpmtools.spec
+ rpm --define "_sourcedir `pwd`" -ba --clean rpmtools.spec
MAKEMAKEFILE
}