summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Zamanian2020-01-31 08:50:27 +0100
committerVictor Zamanian2020-01-31 08:50:27 +0100
commit61e616c167b1e09b67b3de171a74cec40a80a337 (patch)
tree43a9b7c0b112794cf0d0c8122fdb07c7664b3bac /PKGBUILD
parent4fad726f937ef41c5643280f836ed621d3478b5d (diff)
downloadaur-61e616c167b1e09b67b3de171a74cec40a80a337.tar.gz
Remove `pwd` and update .SRCINFO.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d297e5e10a8..607dbcf0a2ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ md5sums_x86_64=('689144cd8f749ea072483dc3a28236a6'
package() {
# Copy everything from tar
- pwd
install -dm755 "${pkgdir}/opt"
cp -a "${srcdir}/${_pkgname}-${pkgver}-linux/" "${pkgdir}/opt/${_pkgname}"
chmod 755 "${pkgdir}/opt/${_pkgname}"