On Fri, Apr 26, 2002 at 08:33:47AM -0500, Shawn P. Garbett wrote:
> Of course I was only fooling myself. The `` only works in shell scripts 
> (which there are some as part of the build process). The following is what 
> works in the Makefile.
> 
> # Library directory for ghc
> GHCVERSION := $(shell ghc --version | tr -d "a-zA-Z ,")
> GHCDSTLIB = debian/tmp/lib/ghc-${GHCVERSION}/Fudgets
> 
> The question then is this a good form for a Debian package?

Provided that you build-depend on ghc (versioning the build-dependency
if appropriate?), that looks fine.

-- 
Colin Watson                                  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to