[arch-commits] Commit in gost/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Tue May 19 10:45:18 UTC 2015


    Date: Tuesday, May 19, 2015 @ 12:45:18
  Author: fyan
Revision: 133807

clean up build command

Modified:
  gost/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-19 10:43:38 UTC (rev 133806)
+++ PKGBUILD	2015-05-19 10:45:18 UTC (rev 133807)
@@ -29,7 +29,7 @@
   cd gost
   export GOPATH="$PWD/.gopath"
 
-  go build -o gost *.go
+  go build
 }
 
 package() {



More information about the arch-commits mailing list