Merge pull request #2813 from RichNeese/master
Update create_desktop_package.sh -- var formatting
This commit is contained in:
commit
fd7ede37b9
@ -6,9 +6,10 @@ cp -R "${SRC}"/packages/bsp/pinebook-pro/xorg.conf "${destination}"/etc/X11/
|
||||
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/
|
||||
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/
|
||||
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/
|
||||
mkdir -p "${destination}"/etc/udev/hwdb.d/
|
||||
cp "${SRC}"/packages/bsp/pinebook-pro/10-usb-kbd.hwdb "${destination}"/etc/udev/hwdb.d/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user