This commit is contained in:
Daniel Langbein 2022-04-27 19:49:30 +02:00
parent 1ff173ebe6
commit c3b811d85a
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
# locale # locale
**Note**: One may need to delete `/etc/locale.conf` and `/etc/localtime` before installing this pkg **Note**: One may need to delete `/etc/locale.conf`
and `/etc/localtime` before installing this pkg!
## locale.conf ## locale.conf

View File

@ -3,7 +3,7 @@ _pkgname=sudo
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.2 pkgver=0.0.2
pkgrel=2 pkgrel=3
pkgdesc="sudo with configuration" pkgdesc="sudo with configuration"
arch=('any') arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}" url="https://codeberg.org/privacy1st/${_reponame}"
@ -16,6 +16,6 @@ sha256sums=('SKIP')
package() { package() {
cd "${_reponame}/pkg/${pkgname}" cd "${_reponame}/pkg/${pkgname}"
install -dm0750 "$pkgdir"/etc/sudoers.d/ install -d0750 "$pkgdir"/etc/sudoers.d/
install -m0644 wheel "$pkgdir"/etc/sudoers.d/wheel install -m0644 wheel "$pkgdir"/etc/sudoers.d/wheel
} }