Feat: add resolv.conf symlink #3

Merged
ytshih merged 3 commits from 2-resolvconf into main 2025-07-28 23:33:00 +08:00
Showing only changes of commit 2a3f16aee5 - Show all commits

View File

@@ -1,6 +1,6 @@
# Maintainer: Yi-Ting Shih <ytshih@konchin.com> # Maintainer: Yi-Ting Shih <ytshih@konchin.com>
pkgname=hl-base-env pkgname=hl-base-env
pkgver=1.0.1 pkgver=1.0.2
pkgrel=1 pkgrel=1
pkgdesc="Base environment for konchin.com homelab" pkgdesc="Base environment for konchin.com homelab"
arch=(any) arch=(any)
@@ -24,8 +24,8 @@ package() {
cd "$srcdir" cd "$srcdir"
install -Dm644 "60-$pkgname.conf" "$pkgdir/etc/systemd/resolved.conf.d/60-$pkgname.conf" install -Dm644 "60-$pkgname.conf" "$pkgdir/etc/systemd/resolved.conf.d/60-$pkgname.conf"
install -Dm755 "61-$pkgname.hook" "$pkgdir/etc/pacman.d/hooks/61-$pkgname.hook" install -Dm644 "61-$pkgname.hook" "$pkgdir/etc/pacman.d/hooks/61-$pkgname.hook"
install -Dm644 install.sh "$pkgdir/usr/lib/$pkgname/install.sh" install -Dm755 install.sh "$pkgdir/usr/lib/$pkgname/install.sh"
install -Dm644 90-editor.sh "$pkgdir/etc/profile.d/90-editor.sh" install -Dm644 90-editor.sh "$pkgdir/etc/profile.d/90-editor.sh"
install -Dm644 hl-rootca.crt "$pkgdir/usr/share/$pkgname/hl-rootca.crt" install -Dm644 hl-rootca.crt "$pkgdir/usr/share/$pkgname/hl-rootca.crt"
} }