diff --git a/debian/rules b/debian/rules index a27b85b..a07cc2a 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ override_dh_auto_install: PYTHONPATH=debian/schulstick/usr/lib/python3/dist-packages pip3 install --target=debian/schulstick/usr/lib/python3/dist-packages dataclass-wizard --no-deps # Install markdown tutorials mkdir -p debian/schulstick/usr/share/learning-portal/courses/examples/ - cp -r OER-materials/examples debian/schulstick/usr/share/learning-portal/courses/examples + cp -r OER-materials/examples debian/schulstick/usr/share/learning-portal/courses/ # Install translations mkdir -p debian/schulstick/usr/share/schulstick/translations cp src/**/translations/*.qm debian/schulstick/usr/share/schulstick/translations/ diff --git a/debian/schulstick-portal-config.yml b/debian/schulstick-portal-config.yml index bce7d99..2a946de 100644 --- a/debian/schulstick-portal-config.yml +++ b/debian/schulstick-portal-config.yml @@ -1,4 +1,4 @@ # Default configuration for Schulstick Portal -unit_root_path: /usr/share/schulstick +unit_root_path: .local/share/learning-portal/courses liascript_devserver: http://localhost:3000 liascript_html_path: /liascript/index.html