see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 1999-09-09 21:24:28 +00:00
parent 6439161e80
commit 4c74b540dd
1 changed files with 3 additions and 1 deletions

View File

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