diff options
author | Chmouel Boudjnah <chmou@mandriva.com> | 2001-10-15 09:51:29 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@mandriva.com> | 2001-10-15 09:51:29 +0000 |
commit | 9b0141a5e271267dc35be6a34c5014252112120d (patch) | |
tree | 54102482169d980cf2490d51dc4e1e4504331756 | |
parent | b77a18486d1e7b4abfdfcb4728489e7ad5704681 (diff) | |
download | rootfiles-9b0141a5e271267dc35be6a34c5014252112120d.tar rootfiles-9b0141a5e271267dc35be6a34c5014252112120d.tar.gz rootfiles-9b0141a5e271267dc35be6a34c5014252112120d.tar.bz2 rootfiles-9b0141a5e271267dc35be6a34c5014252112120d.tar.xz rootfiles-9b0141a5e271267dc35be6a34c5014252112120d.zip |
Really remove Desktop stuff.
-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} |