summaryrefslogtreecommitdiff
path: root/sysutils/ipmitool/patches/patch-ad
blob: 737264825411508312ce9ab6f8df1da6bd99d294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.3 2017/12/22 21:45:23 markd Exp $

--- contrib/Makefile.in.orig	2016-10-08 08:11:34.000000000 +0000
+++ contrib/Makefile.in
@@ -90,7 +90,7 @@ am__make_running_with_option = \
   test $$has_opt = yes
 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/examples/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkglibexecdir = $(libexecdir)/@PACKAGE@