Comment out mixxx cfg

pull/436/head
Fayaaz 2020-07-28 13:37:36 +01:00
parent 6ea96ba6a7
commit 07ddfa4c0b
1 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,11 @@
# Do mixxx stuff like copy the udev rules and config file
mkdir -p -m 755 ${ROOTFS_DIR}/home/pi/.mixxx
install -m 755 files/mixxx.cfg ${ROOTFS_DIR}/home/pi/.mixxx/mixxx.cfg
on_chroot << EOF
chown -R pi:root /home/pi/.mixxx
chmod -R 755 /home/pi/.mixxx/
EOF
# mkdir -p -m 755 ${ROOTFS_DIR}/home/pi/.mixxx
# install -m 755 files/mixxx.cfg ${ROOTFS_DIR}/home/pi/.mixxx/mixxx.cfg
# on_chroot << EOF
# chown -R pi:root /home/pi/.mixxx
# chmod -R 755 /home/pi/.mixxx/
# EOF
# Commented out because Mixxx complains about lack of db if you do this
install -m 644 files/udev.mixxx ${ROOTFS_DIR}/etc/udev/rules.d/69-mixxx-usb-uaccess.rules