From dcf85066c9ce18d6fed52365b2660c6fa84b05de Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 22 Feb 2000 00:42:23 +0000 Subject: [PATCH] made 'make install' work again --Sven --- ChangeLog | 6 ++++++ plug-ins/perl/Makefile.PL | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c16da278ad..1a5d673508 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 22 01:42:01 CET 2000 Sven Neumann + + * plug-ins/perl/Makefile.PL: Made 'make install' work again. + The gimp-perl po files are however not installed. Marc, you + will want to look into this again. + Tue Feb 22 01:20:05 CET 2000 Sven Neumann * libgimp/gimpchainbutton.c: set the widget's requisition so it diff --git a/plug-ins/perl/Makefile.PL b/plug-ins/perl/Makefile.PL index 5487033ce4..24b4b8e8ba 100644 --- a/plug-ins/perl/Makefile.PL +++ b/plug-ins/perl/Makefile.PL @@ -148,7 +148,7 @@ sub MY::install { my $install = $self->SUPER::install(@_); ($install =~ s/\b(un)?install\b/really-$1install/g) or return $install; ' -install :: install-po +install :: @for dir in \ $(INSTALLPRIVLIB) \ $(INSTALLARCHLIB) \