diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ install: done chmod 0600 $(DESTDIR)/etc/securetty echo -n '' > $(DESTDIR)/var/log/lastlog - echo -n '' > $(DESTDIR)/etc/mtab dist: @git archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz |