diff --git a/Makefile b/Makefile index 457d6e7..a0f2a10 100644 --- a/Makefile +++ b/Makefile @@ -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