Packing own built (probably stupid question)

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
Olli
Posts: 66
Joined: November 29th, 2002, 2:35 pm
Location: The Netherlands
Contact:

Packing own built (probably stupid question)

Post by Olli »

Hey, I've been busy compiling my own built on linux and now I'm wondering about something.
I've been searching he boards and found that to make a nice package in the end you can use:

make MOZ_PKG_FORMAT="BZ2" MOZ_PKG_APPNAME=phoenix MOZILLA_BIN="\$(DIST)/bin/phoenix-bin"

yet when I try that it'll come back with:
Variable name must contain alphanumeric characters.

What am I doing wrong, or what do I need to change?
cdn
Posts: 999
Joined: November 4th, 2002, 5:47 pm
Location: UK
Contact:

Post by cdn »

I've been using

$ make MOZ_PKG_FORMAT="BZ2" PKG_BASENAME="phoenix-i686-pc-linux-gnu.`date +%Y-%m-%d-%H.%M`" MOZILLA_BIN="\$(DIST)/bin/phoenix-bin"

worked all this year : )

perhaps you need to quote "phoenix" ?
User avatar
Olli
Posts: 66
Joined: November 29th, 2002, 2:35 pm
Location: The Netherlands
Contact:

Post by Olli »

cool that worked great :)
Post Reply