summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-01-17 00:17:50 +0159
committerThomas Backlund <tmb@mageia.org>2014-01-17 00:17:50 +0159
commitf07ce6882db7c0b7cd5d4d1df6f45828c36e6777 (patch)
tree8988df1396ca4bc70edf24e89051a62a4ed1f7e5 /Makefile
parentd69475be1dfec7a9aefcc5b5dd9ee02cca1e1807 (diff)
downloadldetect-lst-f07ce6882db7c0b7cd5d4d1df6f45828c36e6777.tar
ldetect-lst-f07ce6882db7c0b7cd5d4d1df6f45828c36e6777.tar.gz
ldetect-lst-f07ce6882db7c0b7cd5d4d1df6f45828c36e6777.tar.bz2
ldetect-lst-f07ce6882db7c0b7cd5d4d1df6f45828c36e6777.tar.xz
ldetect-lst-f07ce6882db7c0b7cd5d4d1df6f45828c36e6777.zip
fix Makefile typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41111113..9e64e5bb 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ install: build
dist: dis
dis:
- :git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
+ git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(shell dirname $$PWD)/$(NAME)-$(VERSION).tar.xz is ready)
# Makefile ends here