diff options
author | Frederic Lepied <flepied@mandriva.com> | 2005-06-17 09:13:08 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2005-06-17 09:13:08 +0000 |
commit | 10c93c8b4b867e798e777ed72d8cdd10adb4f236 (patch) | |
tree | 4ec28225d219dc2ddc333f9373e7e8ba294130c6 /Makefile | |
parent | 7c067bdfe25276bf1fe750da28c0e711965d59bb (diff) | |
download | msec-10c93c8b4b867e798e777ed72d8cdd10adb4f236.tar msec-10c93c8b4b867e798e777ed72d8cdd10adb4f236.tar.gz msec-10c93c8b4b867e798e777ed72d8cdd10adb4f236.tar.bz2 msec-10c93c8b4b867e798e777ed72d8cdd10adb4f236.tar.xz msec-10c93c8b4b867e798e777ed72d8cdd10adb4f236.zip |
clean after build.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ buildsrpm: rpm -ts $(PACKAGE)-$(VERSION).tar.bz2 buildrpm: - rpm -ta $(PACKAGE)-$(VERSION).tar.bz2 + rpm -ta --clean --rmsource --rmspec $(PACKAGE)-$(VERSION).tar.bz2 # rules to build a distributable rpm |