aboutsummaryrefslogtreecommitdiff
path: root/system/ttf-computer-modern/ttf-computer-modern.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/ttf-computer-modern/ttf-computer-modern.SlackBuild')
-rw-r--r--system/ttf-computer-modern/ttf-computer-modern.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ttf-computer-modern/ttf-computer-modern.SlackBuild b/system/ttf-computer-modern/ttf-computer-modern.SlackBuild
index 668fd77982591..409a1a15bf195 100644
--- a/system/ttf-computer-modern/ttf-computer-modern.SlackBuild
+++ b/system/ttf-computer-modern/ttf-computer-modern.SlackBuild
@@ -23,6 +23,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ttf-computer-modern
VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
@@ -32,7 +34,6 @@ SRCNAM=cm-unicode
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}