Re: Update

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Update
Date: 2003-10-07 12:48:05
Message-ID: 3F82B605.8010008@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

> Say I have some code in a script that looks like:
>
> mv pgadmin3.tgz pgadmin3-${VERSION}.tgz
>
> When configure runs, it then changes that to:
>
> mv pgadmin3.tgz pgadmin3-1.1.0.tgz
>
> Rather than change it of course, it could take /script.in/ and create
> /script/.
>

Sure, that seems easy enough to do. The only catch would be that
configure would probably have to have the version number hard-coded into
it. Otherwise it shouldn't be a problem. If you give me some
specifics, or just a script to start with, I'll take a crack at it.

ahp

In response to

  • Re: Update at 2003-10-07 12:41:40 from Dave Page

Responses

  • Re: Update at 2003-10-07 13:04:03 from Andreas Pflug

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-10-07 12:48:29 Re: wxWindows RPMs
Previous Message Dave Page 2003-10-07 12:45:22 Re: wxWindows RPMs