mirror of https://github.com/GNOME/gimp.git
parent
fb8c5c045b
commit
dcf85066c9
|
@ -1,3 +1,9 @@
|
|||
Tue Feb 22 01:42:01 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* 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 <sven@gimp.org>
|
||||
|
||||
* libgimp/gimpchainbutton.c: set the widget's requisition so it
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue