summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2015-09-24 21:31:13 -0400
committernull2015-09-24 21:31:13 -0400
commit74f93787d3d55b6f58f1955fa5ff026ae5f1976a (patch)
tree4fe95ae10350c0cf8587a90bf4107c6c86e7bac1
parenta82dbd97d0608264dfa7298cb7ca5fb0b0f22ad4 (diff)
downloadaur-74f93787d3d55b6f58f1955fa5ff026ae5f1976a.tar.gz
Removed duplicate cd
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f2be6841879..2d9d320c6607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ source=(https://github.com/AlexTuduran/Locator/releases/download/v0.1.1-alpha/Lo
md5sums=('SKIP')
package() {
- cd cd "Locator-v${pkgver}-alpha"
+ cd "Locator-v${pkgver}-alpha"
mkdir -p ${pkgdir}/opt/locator/
cp locator ${pkgdir}/opt/locator/
} \ No newline at end of file