fix de-p1st-locale 3

This commit is contained in:
Daniel Langbein 2021-05-02 20:13:17 +02:00
parent 7e13bac973
commit c9f2548fe9

View File

@ -32,5 +32,5 @@ package() {
install -Dm0644 locale.conf "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/locale.conf 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.gen "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/locale.gen
install -Dm0644 localtime "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/localtime cp --preserve=links localtime "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/localtime
} }