summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnas Anikevicius2016-10-23 19:02:42 +0300
committerIgnas Anikevicius2016-10-23 19:02:42 +0300
commitf734cd331e76b5a0b74eb0a5632b4473140bc6f8 (patch)
tree2dbd270f7123f7692452519b672aa608775bcc1f
parentb2d470441f7a9f5031c5263bd35c5c4848b6d67c (diff)
downloadaur-f734cd331e76b5a0b74eb0a5632b4473140bc6f8.tar.gz
Pretify the PKGBUILD a bit
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 319419a35935..f266181d8ea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,9 +52,8 @@ _copy_file() {
}
package() {
+ cd ${pkgname}
local _outdir="${pkgdir}/opt/dotnet"
- cd `pwd`/dotnet-coreclr-git
- echo `pwd`
for file in "${_coreclr_files[@]}"; do
_copy_file "bin/Product/Linux.x64.Release/${file}" "${_outdir}"
done