pkgsrc-wip/brltty/patches/patch-aa
Antoine Reilles 5563460586 Initial import of brltty
BRLTTY is a background process (daemon) which provides access to the Linux/Unix
console (when in text mode) for a blind person using a refreshable braille
display. It drives the braille display, and provides complete screen review
functionality.

See http://www.mielke.cc/brltty/ for more details
2005-10-25 13:51:03 +00:00

15 lines
629 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2005/10/25 13:51:03 jtonio Exp $
--- Programs/Makefile.in.orig 2005-08-27 06:33:11.000000000 +0200
+++ Programs/Makefile.in
@@ -496,8 +496,8 @@ install-api-manpages:
$(INSTALL_DATA) $$* $(INSTALL_ROOT)$(MANPAGE_DIRECTORY)/man3
install-api-key:
- file=$(sysconfdir)/$(API_AUTHFILE) && \
- if test ! -f $$file -a -w $(sysconfdir) -a -z "$(INSTALL_ROOT)"; \
+ file=$(EGDIR)/$(API_AUTHFILE) && \
+ if test ! -f $$file -a -w $(EGDIR) -a -z "$(INSTALL_ROOT)"; \
then umask 077 && $(SRC_DIR)/brltty-genkey $$file; fi
###############################################################################