From d5e05711e63649fcbdd933ca8777fd72cd594e46 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Mon, 8 Apr 2024 19:47:51 +0200 Subject: [PATCH] make showfiles --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0a1dec9..8c4f851 100644 --- a/Makefile +++ b/Makefile @@ -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