diff options
-rw-r--r-- | perl-install/Makefile.drakxtools | 4 |
1 files changed, 2 insertions, 2 deletions
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) |