summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Williamson <awilliamson@mandriva.org>2008-03-18 18:57:47 +0000
committerAdam Williamson <awilliamson@mandriva.org>2008-03-18 18:57:47 +0000
commit86d12f7b3493631e368a2597a4f14a7a50eb39dc (patch)
treeab670dbda6c7846a896fac09e588660ddaa1cdfc /Makefile
parent68d4062025d2df0c2af3e0c43219aee907a265b4 (diff)
downloadldetect-lst-86d12f7b3493631e368a2597a4f14a7a50eb39dc.tar
ldetect-lst-86d12f7b3493631e368a2597a4f14a7a50eb39dc.tar.gz
ldetect-lst-86d12f7b3493631e368a2597a4f14a7a50eb39dc.tar.bz2
ldetect-lst-86d12f7b3493631e368a2597a4f14a7a50eb39dc.tar.xz
ldetect-lst-86d12f7b3493631e368a2597a4f14a7a50eb39dc.zip
- fix Makefile cleandist: remove (name).tar.lzma not (name).tar.bz2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b630f9ff..770ee53c 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ install: build
# rules to build a test rpm
cleandist:
- rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
+ rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.lzma
localcopy:
svn export -q -rBASE . $(PACKAGE)-$(VERSION)