diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-18 16:14:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-18 16:14:48 +0000 |
commit | 876056778c7076233ad73d2a4ea9e9d1dd4b3ba3 (patch) | |
tree | da1e33ca6f8aa4aa180653cd233f17f9308d8f7a /perl-install/Makefile.drakxtools | |
parent | af69826f2361bf554d9470eb92253e5ba0985550 (diff) | |
download | drakx-876056778c7076233ad73d2a4ea9e9d1dd4b3ba3.tar drakx-876056778c7076233ad73d2a4ea9e9d1dd4b3ba3.tar.gz drakx-876056778c7076233ad73d2a4ea9e9d1dd4b3ba3.tar.bz2 drakx-876056778c7076233ad73d2a4ea9e9d1dd4b3ba3.tar.xz drakx-876056778c7076233ad73d2a4ea9e9d1dd4b3ba3.zip |
allow move to build & install drakx mo files (using sudo)
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 2 |
1 files changed, 1 insertions, 1 deletions
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 |