Skip to content

Commit

Permalink
Add setup troubleshooting message for recent git change
Browse files Browse the repository at this point in the history
Folding my resolution to an install issue into the install script
  • Loading branch information
Davidy22 committed Jun 16, 2022
1 parent deffa2b commit 08f945a
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 @@ -92,7 +92,7 @@ install-guake:
@sed -i -e 's|{{ LOGIN_DESTOP_PATH }}|"$(LOGIN_DESTOP_PATH)"|g' guake/paths.py
@sed -i -e 's|{{ AUTOSTART_FOLDER }}|"$(AUTOSTART_FOLDER)"|g' guake/paths.py

@$(PYTHON_INTERPRETER) setup.py install --root "$(DESTDIR)" --prefix="$(PREFIX)" --optimize=1
@$(PYTHON_INTERPRETER) setup.py install --root "$(DESTDIR)" --prefix="$(PREFIX)" --optimize=1 || echo -e "\033[31;1msetup.py install failed, you may need to run \"sudo git config --global --add safe.directory '*'\"\033[0m"

@rm -f guake/paths.py
@if [ -f guake/paths.py.dev ]; then mv guake/paths.py.dev guake/paths.py; fi
Expand Down

0 comments on commit 08f945a

Please sign in to comment.