mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix de-p1st-locale 5
This commit is contained in:
parent
28c84eaca1
commit
29cd3868e2
@ -2,7 +2,7 @@
|
||||
_pkgname=locale
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.0.4
|
||||
pkgver=0.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="locale and timezone"
|
||||
arch=('any')
|
||||
@ -29,8 +29,8 @@ package() {
|
||||
# Note: The following three files are overwritten with "holo apply --force ..."
|
||||
# See ".install" script
|
||||
|
||||
install -Dm0644 locale.conf "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/locale.conf
|
||||
install -Dm0644 locale.gen "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/locale.gen
|
||||
install -Dm0644 locale.conf "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/locale.conf
|
||||
install -Dm0644 locale.gen "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/locale.gen
|
||||
|
||||
cp --preserve=links localtime "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/localtime
|
||||
ln -sf /usr/share/zoneinfo/Europe/Berlin "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/localtime
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
/usr/share/zoneinfo/Europe/Berlin
|
Loading…
Reference in New Issue
Block a user