mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix ownership2
This commit is contained in:
parent
6d34ec718c
commit
3432768df2
@ -2,7 +2,7 @@
|
||||
_pkgname=ssh-key-yoda
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.0.2
|
||||
pkgver=0.0.3
|
||||
pkgrel=1
|
||||
pkgdesc="ssh authorized_keys for user yoda"
|
||||
arch=('any')
|
||||
@ -18,6 +18,7 @@ sha256sums=('SKIP') # 'SKIP' for git sources; Otherwise: autofill using updpkgsu
|
||||
package() {
|
||||
cd "${_reponame}/pkg/${pkgname}"
|
||||
|
||||
install -dm0700 -o1000 "$pkgdir"/home/yoda/
|
||||
install -dm0700 -o1000 "$pkgdir"/home/yoda/.ssh/
|
||||
install -m0600 -o1000 authorized_keys "$pkgdir"/home/yoda/.ssh/authorized_keys
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user