From 9b0141a5e271267dc35be6a34c5014252112120d Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Mon, 15 Oct 2001 09:51:29 +0000 Subject: Really remove Desktop stuff. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index f5baaa6..c5e604c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ NAME = rootfiles VERSION=$(shell awk '/define version/ { print $$3 }' $(NAME).spec) DOTFILES = Xdefaults bash_logout bash_profile bashrc cshrc tcshrc vimrc -FILES = Desktop all: @echo "Use make install" @@ -9,7 +8,6 @@ all: install: install -m700 -d $(RPM_BUILD_ROOT)/root 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} -- cgit v1.2.1