diff --git a/pkg/de-p1st-locale/PKGBUILD b/pkg/de-p1st-locale/PKGBUILD index ac6ae22..ecfa597 100644 --- a/pkg/de-p1st-locale/PKGBUILD +++ b/pkg/de-p1st-locale/PKGBUILD @@ -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 - install -Dm0644 localtime "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/localtime + cp --preserve=links localtime "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/localtime }