# 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