summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
-rw-r--r--context-minimals-git.install4
2 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9025f3c68531..a88317078349 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aditya Mahajan <adityam at umich dot edu>
pkgname=context-minimals-git
-pkgver=20110131
+pkgver=20110205
pkgrel=1
pkgdesc="A standalone ConTeXt distribution"
url="http://www.contextgarden.net"
@@ -48,6 +48,7 @@ build() {
mkdir -p $srcdir/tex/texmf-cache
msg "Starting download or update of ConTeXt distribution"
+ PATH=$scrdir/tex/texmf-$platform/bin:$PATH \
$srcdir/bin/texlua $srcdir/bin/mtxrun --script $srcdir/bin/mtx-update.lua \
--platform=$_platform --texroot=$srcdir/tex --engine=all --extras=all \
--context=beta --update --force --make || return 1
diff --git a/context-minimals-git.install b/context-minimals-git.install
index f5b041632560..e43f90faac79 100644
--- a/context-minimals-git.install
+++ b/context-minimals-git.install
@@ -5,7 +5,7 @@ post_install() {
echo "from your shell (as a normal user)"
echo ""
echo "To use MkIV run"
- echo " luatools --generate"
+ echo " mtxrun --generate"
echo "from your shell (as a normal user)"
echo "*************************************************************"
}
@@ -17,7 +17,7 @@ post_upgrade() {
echo "from your shell (as a normal user)"
echo ""
echo "To use MkIV run"
- echo " luatools --generate"
+ echo " mtxrun --generate"
echo "from your shell (as a normal user)"
echo "*************************************************************"
}