--- gt3.2.1-all-source-installer.orig/install-gt3-mmjfs 2004-07-12 17:56:24.000000000 +0200 +++ gt3.2.1-all-source-installer/install-gt3-mmjfs 2005-01-23 21:54:11.067740160 +0100 @@ -119,7 +119,7 @@ echo -if [ ! -f gpt-3.0.1/sbin/gpt-build ]; then +if [ ! -f $GPT_LOCATION/sbin/gpt-build ]; then echo Building GPT ... gzip -dc gpt-3.0.1-src.tar.gz | tar xf - cd gpt-3.0.1 @@ -156,4 +156,3 @@ exit 1; fi -$GPT_LOCATION/sbin/gpt-postinstall --- gt3.2.1-all-source-installer.orig/install-gt3 2004-07-12 17:56:24.000000000 +0200 +++ gt3.2.1-all-source-installer/install-gt3 2005-01-23 21:54:30.097847144 +0100 @@ -119,7 +119,7 @@ echo -if [ ! -f gpt-3.0.1/sbin/gpt-build ]; then +if [ ! -f $GPT_LOCATION/sbin/gpt-build ]; then echo Building GPT ... gzip -dc gpt-3.0.1-src.tar.gz | tar xf - cd gpt-3.0.1 @@ -178,4 +178,3 @@ fi fi -$GPT_LOCATION/sbin/gpt-postinstall --- gt3.2.1-all-source-installer.orig/gpt-3.0.1/support/Compress-Zlib-1.16/Makefile.NT 1999-11-24 23:52:43.000000000 +0100 +++ gt3.2.1-all-source-installer/gpt-3.0.1/support/Compress-Zlib-1.16/Makefile.NT 2005-01-17 01:13:15.000000000 +0100 @@ -16,6 +16,7 @@ sub MY::post_constants { <<'END' +.PHONY: blibdirs INST_STATIC = libz$(LIB_EXT) END ; @@ -36,4 +37,15 @@ $top_targets; } - +package MY; +sub MY::static_lib { + my $inherited = shift->SUPER::static_lib(@_); + my $tmp =<<'END'; +RM_RF) $@ + $(MKPATH) $(INST_ARCHAUTODIR) +END + ; + chomp $tmp; + $inherited =~ s/RM_RF\) \$\@/$tmp/; + $inherited; +}