From 3ffb489fe72729842b2b9341341b479a2966cf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Fri, 23 Jul 1999 18:19:29 +0000 Subject: [PATCH] UNINST changet to 0. Uninstalling on system with installed already gimp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * UNINST changet to 0. Uninstalling on system with installed already gimp perl modules during installing gimp builded from non-root account cause failing installing procedure (patch by Piotr Czerwiński ). For uninstalling we have separated target (uninstall) and install must _only_ .. install. --- plug-ins/perl/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/perl/Makefile.PL b/plug-ins/perl/Makefile.PL index 8793a7e068..430dca2678 100644 --- a/plug-ins/perl/Makefile.PL +++ b/plug-ins/perl/Makefile.PL @@ -139,7 +139,7 @@ install :: exit ; \ fi \ done ; \ - $(MAKE) UNINST=1 really-install install-plugins'." + $(MAKE) UNINST=0 really-install install-plugins'." $main::dont_embed || (cd embed && \$(MAKE) install) ".$install;