summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonçalo Pereira2021-10-10 12:52:57 +0100
committerGonçalo Pereira2021-10-10 12:52:57 +0100
commitf711ab0fa00d1219016f86495759bdeb33151eb4 (patch)
tree8e200837f776ef0682f75f54729e64a6ed7a44a7 /PKGBUILD
parentd480a4d1d02ebe21e0e697ad288e86ae635a9fe4 (diff)
downloadaur-f711ab0fa00d1219016f86495759bdeb33151eb4.tar.gz
Fix link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c035c55ed15c..8b9aa3d3ee67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,8 @@ license=('GPL3')
source=("${pkgname}::https://s3-us-west-2.amazonaws.com/openpnp/OpenPnP-unix-develop.tar.gz")
sha256sums=('SKIP')
-
package() {
mkdir -p "${pkgdir}/opt/${pkgname}"
cp -r "${srcdir}/${pkgname}" "${pkgdir}/opt/"
- ln -sf "${pkgdir}/usr/bin/OpenPnP" "${pkgdir}/opt/${pkgname}/OpenPnP"
+ ln -sf "${pkgdir}/opt/${pkgname}/OpenPnP" "${pkgdir}/usr/bin/OpenPnP"
}