Fix: install script mode
All checks were successful
Build package / build-package (push) Successful in 7s
All checks were successful
Build package / build-package (push) Successful in 7s
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
||||
pkgname=hl-base-env
|
||||
pkgver=1.0.1
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Base environment for konchin.com homelab"
|
||||
arch=(any)
|
||||
@@ -24,8 +24,8 @@ package() {
|
||||
cd "$srcdir"
|
||||
|
||||
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 install.sh "$pkgdir/usr/lib/$pkgname/install.sh"
|
||||
install -Dm644 "61-$pkgname.hook" "$pkgdir/etc/pacman.d/hooks/61-$pkgname.hook"
|
||||
install -Dm755 install.sh "$pkgdir/usr/lib/$pkgname/install.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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user