summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-25 21:03:23 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-25 21:03:23 -0800
commite5a1e9c76e53dc4694d83f6ce3c2cad0dc285d25 (patch)
tree8cafa59dc290000c5867405fcc1278bf5e48932d
parentRebuild with license fixes and ldns removed (diff)
downloadopenssh-e5a1e9c76e53dc4694d83f6ce3c2cad0dc285d25.tar.xz
Typo
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 391d01a..8c32340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -152,7 +152,6 @@ package() {
install -Dm644 LICENCE -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 ../*.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
- install -Dm644 ../sshd.conf -t "$pkgdir"/usr/lib/tmpfiles.d/
install -Dm644 ../sshd.pam "$pkgdir"/etc/pam.d/sshd
# factory files
@@ -164,7 +163,6 @@ package() {
install -vDm 644 ../$pkgname.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-
install -Dm755 contrib/findssl.sh -t "$pkgdir"/usr/bin/
install -Dm755 contrib/ssh-copy-id -t "$pkgdir"/usr/bin/
install -Dm644 contrib/ssh-copy-id.1 -t "$pkgdir"/usr/share/man/man1/