From 75783c94755f24fcab2712e2ec75f3501fc07586 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 1 Aug 2000 02:23:11 +0000 Subject: Correct Makefile and Dotfiles. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1