see plug-ins/perl/Changes
This commit is contained in:
@ -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.
|
||||||
|
@ -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";
|
||||||
|
Reference in New Issue
Block a user