summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04e430701193..e2127b81a1e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='ptouch-print'
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool to print labels on Brother P-Touch printers"
arch=('x86_64')
url='https://familie-radermacher.ch/dominic/projekte/ptouch-print/'
@@ -23,7 +23,7 @@ build() {
}
package() {
- install -Dm755 -t "${pkgdir}/usr/bin/${pkgname}" "${pkgname}/build/ptouch-print"
+ install -Dm755 -t "${pkgdir}/usr/bin" "${pkgname}/build/ptouch-print"
install -Dm644 -t "${pkgdir}/usr/share/man/man1" "${pkgname}/${pkgname}.1"
install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" "${pkgname}/README"
}