Skip to content

Commit

Permalink
makefile with destdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jszczerbinsky committed Mar 31, 2022
1 parent cf6975a commit 3ca40cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ all:


install:
cp -R build/* /usr
/usr/bin/ptsh
cp -R build/* $(DESTDIR)/usr
$(DESTDIR)/usr/bin/ptsh

uninstall:
rm -rf /usr/share/ptSh
Expand Down

0 comments on commit 3ca40cf

Please sign in to comment.