mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
minor
This commit is contained in:
parent
1ff173ebe6
commit
c3b811d85a
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user