summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-03-29 13:37:59 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-03-29 13:37:59 -0500
commit318eaff842e7c78a4caa0727ee5bd8a728df255d (patch)
treea024c2c2cf98faaca861eb6153916c544e0fe7f6 /community
parentf1fb1946c076c285bc95baf9fd3390e4e2b9acdc (diff)
Fix build in texvc
Diffstat (limited to 'community')
-rw-r--r--community/texvc/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/texvc/PKGBUILD b/community/texvc/PKGBUILD
index 857275d31..acea4610e 100644
--- a/community/texvc/PKGBUILD
+++ b/community/texvc/PKGBUILD
@@ -16,11 +16,11 @@ md5sums=('ee8fceb0a86f2972409104767406591c')
build() {
cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math
- make -j1
+ make -j1 texvc.bc
}
package() {
cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math
install -d -m 0755 $pkgdir/usr/bin
- install -m 0755 texvc $pkgdir/usr/bin
+ install -m 0755 texvc.bc $pkgdir/usr/bin
}