Re: gnucap-models

Felix Salfelder <[email protected]> Wed, 13 Apr 2022 18:11:56 +0200
Newsgroups gmane.comp.gnu.gnucap.devel
Message-ID <[email protected]>
On Mon, Apr 04, 2022 at 12:36:49PM -0400, al davis wrote:
> Because of this thread, I looked at upstream, noticed that there are
> updates which I have added and will push soon.

Hi Al.

Please consider the install branch with your next push. The DESTDIR
variable facilitates the creation of binary packages from staged
installations.

$ make install DESTDIR=/tmp/stage/
$ cd /tmp/stage
$ tar -cjf ../gnucap-models.tbz2 *

... Similar in gnucap/Make3.

thanks
felix