develooper Front page | perl.perl6.internals | Postings from May 2008

[perl #53738] [PATCH] for file "tools/dev/install_files.sh"

From:
gp @ zimt . uni-siegen . de
Date:
May 5, 2008 04:13
Subject:
[perl #53738] [PATCH] for file "tools/dev/install_files.sh"
# New Ticket Created by  gp@zimt.uni-siegen.de 
# Please include the string:  [perl #53738]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53738 >


Hello,

after executing the command "make reallyinstall" the directory "runtime"
isn't installed in the destination directory even there are entries in
the file "MANIFEST.generated" like:
runtime/parrot/include/config.fpmc                [main]

This is because the following instraction from the perl script
"tools/dev/install_files.sh" substitutes all lines starting with the
word runtime:
$dest =~ s/^runtime/lib/;

The attached file "install_files.sh.patch" modifies the instraction, to
make substitions only on lines for libraries.

Tested under Fedora.

Gerd Pokorra





Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About