diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-08-01 02:23:11 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-08-01 02:23:11 +0000 |
commit | 75783c94755f24fcab2712e2ec75f3501fc07586 (patch) | |
tree | 9f380af5cfce1f6d3514dffe790a11020e391373 | |
parent | 1c5727fedb5c02ae382201c1adbe0563eecd160d (diff) | |
download | rootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.tar rootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.tar.gz rootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.tar.bz2 rootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.tar.xz rootfiles-75783c94755f24fcab2712e2ec75f3501fc07586.zip |
Correct Makefile and Dotfiles.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |