mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
4c74b540dd
commit
f8bea681aa
|
@ -1,5 +1,7 @@
|
|||
Revision history for Gimp-Perl extension.
|
||||
|
||||
- possible fix for another installation horror problem.
|
||||
|
||||
1.13 Wed Sep 8 02:55:43 CEST 1999
|
||||
- removed some glib-1.1 compatibility cruft.
|
||||
- gimpdocs troff output did not include the description.
|
||||
|
|
|
@ -144,7 +144,7 @@ install ::
|
|||
|
||||
sub MY::postamble {
|
||||
my $self=shift;
|
||||
my $install_program = $cfg{INSTALL_PROGRAM};
|
||||
my $install_program = $cfg{INSTALL};
|
||||
$install_program =~ s{^\.\./}{../../};
|
||||
my $GT = $IN_GIMP ? $install_program : "$GIMPTOOL --install-admin-bin";
|
||||
my $UT = $IN_GIMP ? '$(RM_F)' : "$GIMPTOOL --uninstall-admin-bin";
|
||||
|
|
Loading…
Reference in New Issue