summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98ab4141b268..6f3c1eed4894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=create_ap-git
pkgver=r227.fc28805
-pkgrel=1
+pkgrel=2
pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
arch=('any')
url="https://github.com/oblique/create_ap"
@@ -22,8 +22,6 @@ pkgver() {
package() {
cd "$pkgname"
- install -Dm755 "create_ap" "${pkgdir}/usr/bin/create_ap"
- install -Dm644 "bash_completion" "${pkgdir}/usr/share/bash-completion/completions/create_ap"
+ make DESTDIR="$pkgdir" install
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/create_ap/LICENSE"
- install -Dm644 "create_ap.service" "${pkgdir}/usr/lib/systemd/system/create_ap.service"
}