From 15347b91af01e163ed82d4ec5b74f6895c48c90d Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 7 Oct 2010 13:33:52 +0700 Subject: [PATCH] declare TMP before using it, not after... --- fonts/EnvyCodeR/EnvyCodeR.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts/EnvyCodeR/EnvyCodeR.SlackBuild b/fonts/EnvyCodeR/EnvyCodeR.SlackBuild index 84ace5f6..100e4b7e 100755 --- a/fonts/EnvyCodeR/EnvyCodeR.SlackBuild +++ b/fonts/EnvyCodeR/EnvyCodeR.SlackBuild @@ -9,8 +9,8 @@ TAG=${TAG:-cyco} CWD=$(pwd) # Place to build (TMP) package (PKG) and output (OUTPUT) the program: -PKG=$TMP/package-$PRGNAM TMP=${TMP:-/tmp} +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Create working directories: