From f65674c09420495b7331e9b4bbb31ab948846ec1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 31 Jul 2001 11:17:32 +0000 Subject: (install): s/cp -rf/cp -rfL/ (-L = --dereference, aka always follow symbolic links) --- perl-install/Makefile.drakxtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/Makefile.drakxtools') diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 1128dedb5..dd3209f60 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -19,7 +19,7 @@ all: $(DIRS) $(DIRS): install -d auto rm standalone ; ln -s . standalone - rm -f po/DrakX.pot # force rebuild of po's + rm -f share/po/DrakX.pot # force rebuild of po's $(MAKE) -C $@ install: @@ -41,4 +41,4 @@ install: $(MAKE) -C share/po install DATADIR=$(DATADIR) NAME=$(NAME) - cp -rf auto icons $(LIBDEST) + cp -rfL auto icons $(LIBDEST) -- cgit v1.2.1