From 7e0d5a2f6abf94fc6f0041f30f424e73f099f0c2 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Fri, 4 Aug 2006 23:33:53 +0000 Subject: - do not create netscape dir --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 6ace581..543d6b0 100644 --- a/Makefile +++ b/Makefile @@ -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* -- cgit v1.2.1