see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-09-09 21:42:54 +00:00
parent 4c74b540dd
commit f8bea681aa
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Revision history for Gimp-Perl extension. Revision history for Gimp-Perl extension.
- possible fix for another installation horror problem.
1.13 Wed Sep 8 02:55:43 CEST 1999 1.13 Wed Sep 8 02:55:43 CEST 1999
- removed some glib-1.1 compatibility cruft. - removed some glib-1.1 compatibility cruft.
- gimpdocs troff output did not include the description. - gimpdocs troff output did not include the description.

View File

@ -144,7 +144,7 @@ install ::
sub MY::postamble { sub MY::postamble {
my $self=shift; my $self=shift;
my $install_program = $cfg{INSTALL_PROGRAM}; my $install_program = $cfg{INSTALL};
$install_program =~ s{^\.\./}{../../}; $install_program =~ s{^\.\./}{../../};
my $GT = $IN_GIMP ? $install_program : "$GIMPTOOL --install-admin-bin"; my $GT = $IN_GIMP ? $install_program : "$GIMPTOOL --install-admin-bin";
my $UT = $IN_GIMP ? '$(RM_F)' : "$GIMPTOOL --uninstall-admin-bin"; my $UT = $IN_GIMP ? '$(RM_F)' : "$GIMPTOOL --uninstall-admin-bin";