From aaa470506012b5b810685c86fdeab3ad03315476 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Mar 2001 16:12:47 +0000 Subject: - .netscape created in the Makefile as CVS doesn't like empty directories - update the lagging spec file --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1