Hello, On Sun, 28 May 2017 23:22:40 +0200 [email protected] wrote:
> Here a patch for this. CHICKEN_INSTALL_PREFIX overrides the bin, > include or share directories when generating the install scripts. Note > that the installed egg-info files refer to the new directory as well, > so this is not the same as DESTDIR. chicken-status + > chicken-uninstall will list and uninstall files woth set prefix > transparently. Egg-loading is not influenced, so this is much simpler > and less eror-prone than the old CHICKEN_PREFIX. Thanks a lot, Felix. It seems to work fine, so I pushed your patch. I've got a preliminary C5 port of salmonella working. It's here: https://github.com/mario-goulart/salmonella/tree/chicken-5 Not all programs shipped by salmonella have been ported (only salmonella and salmonella-log-viewer [*]), but salmonella is able to test itself, at least. I've tried it with awful-static-pages (added to chicken-5-eggs repo), whose tests call a binary installed by its own egg and it seems to work as well. [*] to properly install salmonella-log-viewer, you need the patch in http://lists.nongnu.org/archive/html/chicken-hackers/2017-06/msg00078.html , otherwise it gets installed as #f. All the best. Mario -- http://parenteses.org/mario _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
