summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 0 insertions, 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}