change pash installation path

This commit is contained in:
randomuser 2022-12-22 15:28:52 -06:00
parent 167618939a
commit 1615ab88ef
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,5 @@
include config.mk
install:
install pash /usr/bin/pash
mkdir -p $(DESTDIR)/bin
install pash $(DESTDIR)/bin

1
config.mk Normal file
View File

@ -0,0 +1 @@
DESTDIR = $(HOME)/.local