summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2019-11-01 22:51:10 -0600
committerAlex Henrie2019-11-01 22:51:10 -0600
commitffa9c1126ab5024bb7a3ffa0257eb4b57b61a534 (patch)
tree3dded9b59c91ff0e37ad10b97b39a56b10462d08
parent8cd1d07e6dbe374f610671f0fae93344486b43a7 (diff)
downloadaur-ffa9c1126ab5024bb7a3ffa0257eb4b57b61a534.tar.gz
Remove unnecessary "prepare" step
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7af2055014eb..d1b1b5e82a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,6 @@ install=$pkgname.install
source=("https://github.com/ipfs-shipyard/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=(f6cc700aa14b1b0100779ddb4224a1120428f045c9633e79a37443c3bddff8e9)
-prepare() {
- cd "$pkgname-$pkgver"
-}
-
build() {
cd "$pkgname-$pkgver"
npm install