summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-13 16:12:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-13 16:12:47 +0000
commitaaa470506012b5b810685c86fdeab3ad03315476 (patch)
tree87abc9fe6e6b23ee08e0263f4b300c4d00b03a2a /Makefile
parent3d812c4ec94e15b9141ce3d383e7cb2d7734c293 (diff)
downloadrootfiles-aaa470506012b5b810685c86fdeab3ad03315476.tar
rootfiles-aaa470506012b5b810685c86fdeab3ad03315476.tar.gz
rootfiles-aaa470506012b5b810685c86fdeab3ad03315476.tar.bz2
rootfiles-aaa470506012b5b810685c86fdeab3ad03315476.tar.xz
rootfiles-aaa470506012b5b810685c86fdeab3ad03315476.zip
- .netscape created in the Makefile as CVS doesn't like empty directories
- update the lagging spec file
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