summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2000-08-01 02:23:11 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2000-08-01 02:23:11 +0000
commit75783c94755f24fcab2712e2ec75f3501fc07586 (patch)
tree9f380af5cfce1f6d3514dffe790a11020e391373
parent1c5727fedb5c02ae382201c1adbe0563eecd160d (diff)
downloadrootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.tar
rootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.tar.gz
rootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.tar.bz2
rootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.tar.xz
rootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.zip
Correct Makefile and Dotfiles.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c734593..5d01868 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ 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 .$(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