mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 11:21:29 +00:00
added some mkdir to try and fix issuewith build
This commit is contained in:
parent
1a6fbd19e4
commit
f73f5888b1
1 changed files with 3 additions and 1 deletions
|
@ -1,12 +1,14 @@
|
|||
# install custom xorg for pinebook-pro
|
||||
mkdir -p "${destination}"/etc/X11/
|
||||
cp -R "${SRC}"/packages/bsp/pinebook-pro/xorg.conf "${destination}"/etc/X11/
|
||||
|
||||
|
||||
# install custom asound state for pinebook-pro
|
||||
cp -R "${SRC}"/packages/blobs/asound.state/asound.state.pinebook-pro "${destination}"/etc/
|
||||
|
||||
## touchpad and keyboard tweaks
|
||||
mkdir -p $destination/etc/X11/xorg.conf.d/
|
||||
# from https://github.com/ayufan-rock64/linux-package/tree/master/root-pinebookpro
|
||||
cp $SRC/packages/bsp/pinebook-pro/40-pinebookpro-touchpad.conf $destination/etc/X11/xorg.conf.d/
|
||||
#keyboard hwdb
|
||||
mkdir -p $destination/etc/udev/hwdb.d/
|
||||
cp $SRC/packages/bsp/pinebook-pro/10-usb-kbd.hwdb $destination/etc/udev/hwdb.d/
|
||||
|
|
Loading…
Add table
Reference in a new issue