diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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} |