Skip to content

Commit

Permalink
make showfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Apr 8, 2024
1 parent 462c452 commit d5e0571
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,12 @@ install:
$(MAKE) setup.py
trap "rm -v setup.py" SIGINT SIGTERM ERR EXIT ; \
$(PIP3) install .
$(MAKE) showfiles | grep /.local/
uninstall:
$(PIP3) uninstall -y `sed -e '/name *=/!d' -e 's/name *= *//' setup.cfg`
showfiles:
@ $(PIP3) show --files `sed -e '/name *=/!d' -e 's/name *= *//' setup.cfg` \
| sed -e "s:[^ ]*/[.][.]/\\([a-z][a-z]*\\)/:~/.local/\\1/:"

# ------------------------------------------------------------
old = tmp.unicoder
Expand Down

0 comments on commit d5e0571

Please sign in to comment.