mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
fix path
This commit is contained in:
parent
2ef04d90a2
commit
e7cdec70b2
1 changed files with 4 additions and 3 deletions
7
PKGBUILD
7
PKGBUILD
|
|
@ -9,13 +9,14 @@ pkgdesc="Addon for sk-chimeros"
|
|||
arch=('any')
|
||||
url="https://github.com/honjow/sk-chos-config.git"
|
||||
license=('MIT')
|
||||
makedepends=('git' 'fakeroot')
|
||||
makedepends=('git')
|
||||
depends=(
|
||||
amdgpu-test-scripts-common-git
|
||||
amd-s2idle-analysis-script-git
|
||||
cage
|
||||
expect
|
||||
efibootmgr
|
||||
fakeroot
|
||||
fpaste
|
||||
fzf
|
||||
glow
|
||||
|
|
@ -104,8 +105,8 @@ package() {
|
|||
install -m644 -t "${pkgdir}/etc/profile.d" "${source_dir}/etc/profile.d"/*
|
||||
|
||||
# plymouthd.conf
|
||||
install -dm755 "${pkgdir}/etc/plymouthd"
|
||||
cp -r "${source_dir}/etc/plymouthd"/* "${pkgdir}/etc/plymouthd"
|
||||
install -dm755 "${pkgdir}/etc/plymouth"
|
||||
cp -r "${source_dir}/etc/plymouth"/* "${pkgdir}/etc/plymouth"
|
||||
|
||||
# /usr/share/sk-chos/just/*
|
||||
install -dm755 "${pkgdir}/usr/share/sk-chos/just"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue