diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ install: install -m700 -d $(DESTDIR)/root for i in $(DOTFILES) ; do cp -ar $$i $(DESTDIR)/root/.$$i ; done install -d -m700 $(DESTDIR)/root/tmp - install -d $(DESTDIR)/root/.netscape/{cache,archive} dis: clean changelog rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* |