From 876056778c7076233ad73d2a4ea9e9d1dd4b3ba3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Nov 2003 16:14:48 +0000 Subject: allow move to build & install drakx mo files (using sudo) --- perl-install/Makefile.drakxtools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile.drakxtools') diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 42ec03111..676277c49 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -48,7 +48,7 @@ install: echo 'RESTRICT=yes' > $(PREFIX)/etc/security/fileshare.conf for i in $(HAVEINST_DIRS); do \ - $(MAKE) -C $$i install PREFIX=$(PREFIX) DATADIR=$(DATADIR) NAME=$(NAME) ; \ + $(MAKE) -C $$i install PREFIX=$(PREFIX) SUDO= DATADIR=$(DATADIR) NAME=$(NAME) ; \ done find auto -follow -name .exists -o -name "*.bs" | xargs rm -f -- cgit v1.2.1