summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 6ca375a..31472a3 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -3,7 +3,7 @@ STRIP ?= aarch64-apple-darwin-strip
LDID ?= ldid
CFLAGS ?= -arch arm64 -isysroot /home/cameron/Documents/SDK/iPhoneOS14.3.sdk -miphoneos-version-min=13.0
LDFLAGS ?=
-PREFIX ?= /usr
+PREFIX ?= $(MEMO_PREFIX)$(MEMO_SUB_PREFIX)
DESTDIR ?=
SRC := chpass.c \
@@ -34,8 +34,8 @@ install-chpass: chpass chpass.1
ln -sf chpass $(DESTDIR)/$(PREFIX)/bin/chfn
ln -sf chpass $(DESTDIR)/$(PREFIX)/bin/chsh
install -Dm644 chpass.1 $(DESTDIR)/$(PREFIX)/share/man/man1/chpass.1
- ln -sf chpass.1.zst $(DESTDIR)/$(PREFIX)/share/man/man1/chfn.1
- ln -sf chpass.1.zst $(DESTDIR)/$(PREFIX)/share/man/man1/chsh.1
+ ln -sf chpass.1 $(DESTDIR)/$(PREFIX)/share/man/man1/chfn.1
+ ln -sf chpass.1 $(DESTDIR)/$(PREFIX)/share/man/man1/chsh.1
clean:
rm -f chpass $(SRC:%.c=%.o)