[arch-commits] Commit in openra/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Wed May 28 14:23:32 UTC 2014
Date: Wednesday, May 28, 2014 @ 16:23:32
Author: svenstaro
Revision: 112012
Prepare release
Modified:
openra/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-28 10:00:43 UTC (rev 112011)
+++ PKGBUILD 2014-05-28 14:23:32 UTC (rev 112012)
@@ -25,7 +25,10 @@
build() {
cd OpenRA
- make
+ ./configure
+ make cli-dependencies
+ make core
+ make tools
}
package() {
More information about the arch-commits
mailing list