diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-01-17 00:17:50 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-01-17 00:17:50 +0159 |
commit | f07ce6882db7c0b7cd5d4d1df6f45828c36e6777 (patch) | |
tree | 8988df1396ca4bc70edf24e89051a62a4ed1f7e5 /Makefile | |
parent | d69475be1dfec7a9aefcc5b5dd9ee02cca1e1807 (diff) | |
download | ldetect-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |