Re: execline-1.05 non-root installation problem
Laurent Bercot <[email protected]> Tue, 29 Jul 2003 03:13:55 +0200
| Newsgroups | gmane.comp.djb.package |
|---|---|
| Message-ID | <[email protected]> |
> sp-install notices conf-compile/depend_* and edits those files > appropriately before running package/compile. The package itself does > not (and probably should not) know anything about $SP_ROOT. All right then, could you add support for either conf-compile/sp_root or conf-compile/import in sp-install ? For import, this is simple: if conf-compile/import exists, prepend every line with the value of SP_ROOT. For sp_root, this is even simpler: echo $SP_ROOT > conf-compile/sp_root (which is normally empty or /) and it's up to the package creator to take that value into account. -- Ska