summaryrefslogtreecommitdiff
path: root/x11/imwheel/patches/patch-ab
blob: bedd5094caa4c3c6d689a07f2c6869bd2a8cc348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.1.1.1 2001/04/27 13:32:01 zuntum Exp $

--- Makefile.in.orig	Thu Feb 22 08:41:40 2001
+++ Makefile.in
@@ -581,9 +581,11 @@
 @SUID_TRUE@	progname=$(DESTDIR)$(bindir)/`echo imwheel|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'` ; \
 @SUID_TRUE@	chown @suid@ $$progname ; \
 @SUID_TRUE@	chmod u+s $$progname
-@SUID_TRUE@	install -m 644 imwheelrc /etc/imwheelrc
+@SUID_TRUE@	install -d ${PREFIX}/share/examples/imwheel
+@SUID_TRUE@	install -c -m 644 imwheelrc ${PREFIX}/share/examples/imwheel/imwheelrc
 @SUID_FALSE@install-exec-hook:
-@SUID_FALSE@	install -m 644 imwheelrc /etc/imwheelrc
+@SUID_FALSE@	install -d ${PREFIX}/share/examples/imwheel
+@SUID_FALSE@	install -c -m 644 imwheelrc ${PREFIX}/share/examples/imwheel/imwheelrc
 
 extras: $(EXTRA_PROGRAMS)