From 3ca40cf3ef43bd5e562861484195c528c3497064 Mon Sep 17 00:00:00 2001 From: jszczerbinsky Date: Thu, 31 Mar 2022 11:26:18 +0200 Subject: [PATCH] makefile with destdir --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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