On 13 May 2011 09:16, Harish Narayanan <[email protected]> wrote: > On 5/12/11 11:20 PM, Johan Hake wrote: >> Don't think so without some hack. >> >> dorsal generates two scripts dorsal_configure and dorsal_build. The relevant >> commands are written to these two files. If you out-comment the call to these >> scripts in dorsal.sh you should be able to not install the package. >> >> I guess outcomment these lines would do the trick. >> >> ... >> ./dorsal_configure >> quit_if_fail "There was a problem configuring ${NAME}." >> >> ./dorsal_build >> quit_if_fail "There was a problem building ${NAME}." >> ... > > I too think this is the way to do it. You can get both the build command > as well as all the environment variables.
Great, thanks. Martin _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

