summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevertonstz2019-11-06 20:09:29 -0300
committerevertonstz2019-11-06 20:09:29 -0300
commit4b25f4e5f122f7db866d5a97e39866be3013d671 (patch)
tree50f9c0953d1aab04b25ceea63e6119f1d2336c53
parent12896c64d1e834c62f40c2eb166b02c9b982d72f (diff)
downloadaur-4b25f4e5f122f7db866d5a97e39866be3013d671.tar.gz
publishing
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95206909d2b2..dc4b97cf8487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,6 @@ package() {
cd "${srcdir}"/"pkg2zip-${pkgver}"
make CFLAGS="-DNDEBUG -O2 -Wno-format-truncation"
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"pkg2zip"/LICENSE
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pkg2zip/LICENSE
install -Dm755 pkg2zip "${pkgdir}"/usr/bin/pkg2zip
}