move phman.py to phman/phman.py

This commit is contained in:
randomuser 2021-07-19 23:11:45 -05:00
parent 5e274206ef
commit 839d0afdea
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
install:
cp -f phman.py $(PREFIX)$(DESTDIR)/phman
cp -f phman/phman.py $(PREFIX)$(DESTDIR)/phman
chmod +x $(PREFIX)$(DESTDIR)/phman

View File

@ -2,5 +2,5 @@
printf "warning: if you can, use the makefile instead\n"
cp -f phman.py /usr/bin/phman
cp -f phman/phman.py /usr/bin/phman
chmod +x /usr/bin/phman