summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c734593..899617b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = rootfiles
VERSION=$(shell awk '/define version/ { print $$3 }' $(NAME).spec)
-DOTFILES = Xdefaults bash_logout bash_profile bashrc cshrc kderc tcshrc vimrc kde netscape
+DOTFILES = Xdefaults bash_logout bash_profile bashrc cshrc kderc tcshrc vimrc kde
FILES = Desktop
all:
@@ -11,6 +11,7 @@ install:
for i in $(DOTFILES) ; do cp -ar $$i $(RPM_BUILD_ROOT)/root/.$$i ; done
for i in $(FILES); do cp -ar $$i $(RPM_BUILD_ROOT)/root/ ; done
install -d -m700 $(RPM_BUILD_ROOT)/root/tmp
+ install -d $(RPM_BUILD_ROOT)/root/.netscape/{cache,archive}
dis:
cvs commit