2 Commits b13377eb70 ... decc6864ee

Author SHA1 Message Date
  dm9pZCAq decc6864ee dev-lang/wren: new package at 0.4.0 1 year ago
  dm9pZCAq b13377eb70 dev-lang/wren: new package at 0.4.0 1 year ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev-lang/wren/wren-0.4.0.ebuild

+ 2 - 2
dev-lang/wren/wren-0.4.0.ebuild

@@ -66,9 +66,9 @@ python_test() {
 }
 
 src_install() {
-	newbin "${WORKDIR}"/wren-cli-${PV}/bin/wren_cli wren
+	newbin "${WORKDIR}/wren-cli-${PV}/bin/wren_cli" wren
 
-	dolib.a  lib/libwren.a
+	dolib.a lib/libwren.a
 	dolib.so lib/libwren.so
 	doheader src/include/wren.h
 	doheader src/include/wren.hpp