Pbp fix package install (#3028)
* fixed a typo in budgie in the create-desktop.sh mkdir -o to mkdir -p to fix making a dir * fix the install of a package for pinebook pro
This commit is contained in:
parent
3489e27a16
commit
85fac1bced
@ -3,6 +3,7 @@ mkdir -p "${destination}"/etc/X11/
|
||||
cp -R "${SRC}"/packages/bsp/pinebook-pro/xorg.conf "${destination}"/etc/X11/
|
||||
|
||||
# install custom asound state for pinebook-pro
|
||||
mkdir -p "${destination}"/etc/
|
||||
cp -R "${SRC}"/packages/blobs/asound.state/asound.state.pinebook-pro "${destination}"/etc/
|
||||
|
||||
## touchpad and keyboard tweaks
|
||||
|
||||
Loading…
Reference in New Issue
Block a user