blob: c2d1a5d0a44894022cd5bef918aad6ec657843d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aa,v 1.1.1.1 2002/05/17 11:32:51 abs Exp $
--- Makefile.in.orig Thu Feb 18 11:14:57 1999
+++ Makefile.in
@@ -27,6 +27,7 @@
bindir = @bindir@
sbindir = @sbindir@
libdir = @libdir@
+datadir = @datadir@
sysconfdir = @sysconfdir@
PROGS=test_io test_func test_name workmanir lirmand
@@ -125,7 +126,7 @@
$(INSTALL) -m 755 workmanir $(bindir)/workmanir
$(INSTALL) -m 755 lirmand $(sbindir)/lirmand
$(INSTALL) -m 755 libirman.a $(libdir)/libirman.a
- $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf
+ $(INSTALL) -m 644 irman.conf $(datadir)/examples/irman.conf
@echo notice: the test programs are only installed in the current directory \(`pwd`\)
uninstall: rmdev
|