Fix typo in AUR packaging script.
This commit is contained in:
parent
34123a7e5a
commit
a2c3ad5cf3
1 changed files with 3 additions and 3 deletions
|
@ -17,8 +17,8 @@ sha256sums=("SKIP")
|
|||
OPTIONS=(!strip !docs libtool emptydirs)
|
||||
|
||||
package() {
|
||||
feseur/build.sh
|
||||
kub-tcp/build.sh
|
||||
mkdir -p "$pkgdir/usr/bin/" "$pkgdir/usr/lib/systemd/user/"
|
||||
install -Dm755 feseur/target/kub-tcp-service "$pkgdir/usr/bin/"
|
||||
install -Dm644 feseur/kub-tcp.service "$pkgdir/usr/lib/systemd/user/"
|
||||
install -Dm755 kub-tcp/target/kub-tcp-service "$pkgdir/usr/bin/"
|
||||
install -Dm644 kub-tcp/kub-tcp.service "$pkgdir/usr/lib/systemd/user/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue