> How long... Depends on you ;-) I mean I am not able to work on this > myself, because I have too much else to do (with updating BLFS > + real life job). But I'd be happy to follow what you do and give some > advice.
It's actually turning out to be quite complicated. Unlike dpkg, porg doesn't use a DESTDIR. You just have to give it a quoted version of the install command: # make install becomes # porg -lD "make install" assuming the simple case of naming the package after $PKGDIR. It does allow you to traverse several lines as follows: # porg -lD "make install && cp -rv docs/* /usr/share/docs" So, the question is, how do I detect the last line of the install instructions and verify there is an && at the end of each of the commands and a " on the last one? Thanks, Roger -- http://lists.linuxfromscratch.org/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
