--- tools/dev/install_files.pl 2009-06-01 09:29:54.000000000 +0200 +++ tools/dev/install_files.pl.new 2009-06-02 16:12:00.000000000 +0200 @@ -133,7 +133,6 @@ transform => sub { my($filehash) = @_; $filehash->{Dest} =~ s/^include//; - $filehash->{DestDirs} = [$parrotdir]; return($filehash); }, }, @@ -157,7 +156,7 @@ # libdir as it is typically done with automake installed packages. # If there is a use case to make this configurable we'll add a # seperate --pkgconfigdir option. - $filehash->{DestDirs} = ['pkgconfig', $parrotdir]; + $filehash->{DestDirs} = ['pkgconfig']; return($filehash); }, }, --- tools/dev/install_dev_files.pl 2009-06-01 09:29:54.000000000 +0200 +++ tools/dev/install_dev_files.pl.new 2009-06-02 16:19:07.000000000 +0200 @@ -124,7 +124,6 @@ my($filehash) = @_; $filehash->{Dest} =~ s/^src//; # strip off leading src/ dir $filehash->{Dest} =~ s/^include//; - $filehash->{DestDirs} = [$parrotdir]; return($filehash); }, },