summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-19 12:01:14 +0100
committerDaniel Peukert2020-01-19 12:01:14 +0100
commit0c1691587beb0917382616470b97708036228d86 (patch)
treedb6662c3cd9aa43cd4ff74cbc5fb5d2b0ee744f9 /PKGBUILD
parent123bd2fb2c72047fd10e7c75e7d9ce9ae26dd080 (diff)
downloadaur-0c1691587beb0917382616470b97708036228d86.tar.gz
Fixed spacing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e25ac9db3da5..4df17c8c5192 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _buildpath="src/github.com/$_author/$_projectname"
prepare() {
cd "$srcdir/"
- mkdir -p "$_builddir/$(echo "$_buildpath" | rev | cut -d '/' -f 2- | rev)/"
+ mkdir -p "$_builddir/$(echo "$_buildpath" | rev | cut -d '/' -f 2- | rev)/"
mv "$_projectname-$pkgver/" "$_builddir/$_buildpath/"
rm -r "$_builddir/$_buildpath/go.mod"
}