Feat: add resolv.conf symlink #3
6
PKGBUILD
6
PKGBUILD
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user