summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Smith2019-01-27 20:57:02 -0500
committerStephen Smith2019-01-27 20:57:02 -0500
commite54ff8f2854e9fea1de4abfcce23ba42859db947 (patch)
tree70c2c45e904dc785b6a240e2fe8874ac06e9cb2e
parentdd7528fac3368cacb90d4de347934f1365c0d9a7 (diff)
downloadaur-lua-wsapi.tar.gz
Tweak
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2d830c90626..347a2c2d8903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ _package_helper() {
cd "$_rockname-$pkgver"
luarocks-${_lua_ver} make --pack-binary-rock --deps-mode=none "rockspec/$_rockname-$pkgver-1.rockspec"
mv *.rock ../${_lua_ver}/
-
luarocks-${_lua_ver} install --tree="$pkgdir/usr/" --deps-mode=none ../${_lua_ver}/*.rock
find "$pkgdir/usr" -name manifest -delete
}