Skip to content

Commit

Permalink
Try without python path; add rm of dist/home
Browse files Browse the repository at this point in the history
  • Loading branch information
bjester committed May 20, 2024
1 parent 1b7c572 commit ac8f733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ writeversion:

preseeddb:
export KOLIBRI_HOME="$$(mktemp -d)"; \
export PYTHONPATH=".:$$PYTHONPATH"; \
cd kolibri; \
rm -rf dist/home; \
python -m kolibri manage deprovision --destroy-all-user-data --permanent-irrevocable-data-loss; \
mkdir -p dist/home; \
cp $$KOLIBRI_HOME/*.sqlite3 dist/home/;
Expand Down

0 comments on commit ac8f733

Please sign in to comment.