wok-stable rev 12336
Why doesn't _ work with TARBALL? Let's try adding \ before it...
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Mon Sep 24 05:05:39 2012 +0200 (2012-09-24) |
parents | 49873ce05f9c |
children | b059ca4eea52 |
files | nimrod/receipt |
line diff
1.1 --- a/nimrod/receipt Mon Sep 24 03:02:21 2012 +0200 1.2 +++ b/nimrod/receipt Mon Sep 24 05:05:39 2012 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The Nimrod programming language." 1.6 MAINTAINER="admin@trixarian.net" 1.7 -TARBALL="$PACKAGE_$VERSION.zip" 1.8 +TARBALL="$PACKAGE\_$VERSION.zip" 1.9 WEB_SITE="http://www.nimrod-code.org/" 1.10 WGET_URL="http://nimrod-code.org/download/$TARBALL" 1.11 DEPENDS="gcc glibc-base readline"