From 21abccdb3fbaf7b6c7e091ec5c7b779e35cde0c0 Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 8 Sep 2014 18:54:05 +0000 Subject: Allow staging as a regular user --- editors/uzap/files/patch-a | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/uzap/files/patch-a b/editors/uzap/files/patch-a index 3bdf7ad..67701b5 100644 --- a/editors/uzap/files/patch-a +++ b/editors/uzap/files/patch-a @@ -34,8 +34,8 @@ install: uzap - install -s -m 771 uzap $(BINDIR) - install -c -m 664 uzap.man $(MANDIR)/uzap.$(MSECT) -+ install -s -m 755 -o bin -g bin uzap $(DESTDIR)$(BINDIR) -+ install -c -m 644 -o bin -g bin uzap.man $(DESTDIR)$(MANDIR)/uzap.$(MSECT) ++ $(BSD_INSTALL_PROGRAM) uzap $(DESTDIR)$(BINDIR) ++ $(BSD_INSTALL_MAN) uzap.man $(DESTDIR)$(MANDIR)/uzap.$(MSECT) clean: - rm -f *.o core uzap -- cgit v1.1