]> git.pld-linux.org Git - packages/conman.git/blob - fhs.patch
- up to 0.2.7
[packages/conman.git] / fhs.patch
1 --- conman-conman-0.2.7/man/conman.conf.5.in~   2011-04-22 02:20:51.000000000 +0200
2 +++ conman-conman-0.2.7/man/conman.conf.5.in    2016-04-16 20:40:12.253572577 +0200
3 @@ -227,7 +227,7 @@
4  An external process-based connection is defined by the "\fIpath\fR
5  \fIargs\fR" format (where \fIpath\fR is the pathname to an executable
6  file/script, and any additional \fIargs\fR are space-delimited); the
7 -\fI@prefix@/lib/@PROJECT@/exec\fR directory contains scripts for various
8 +\fI@prefix@/share/@PROJECT@/exec\fR directory contains scripts for various
9  console types.
10  .br
11  .sp
12 --- conman-conman-0.2.7/Makefile.in~    2011-04-22 02:20:51.000000000 +0200
13 +++ conman-conman-0.2.7/Makefile.in     2016-04-16 20:40:58.335158741 +0200
14 @@ -129,13 +129,13 @@
15               && find * -name ".*" -prune -o -type f -print`; do \
16             expr "$$f" : ".*\.exp" && mode=755 || mode=644; \
17             echo $(INSTALL) -m 755 -d \
18 -             `dirname $(DESTDIR)$(prefix)/lib/$(PROJECT)/$$f`; \
19 +             `dirname $(DESTDIR)$(prefix)/share/$(PROJECT)/$$f`; \
20             $(INSTALL) -m 755 -d \
21 -             `dirname $(DESTDIR)$(prefix)/lib/$(PROJECT)/$$f`; \
22 +             `dirname $(DESTDIR)$(prefix)/share/$(PROJECT)/$$f`; \
23             echo $(INSTALL) -m $${mode} \
24 -             lib/$$f $(DESTDIR)$(prefix)/lib/$(PROJECT)/$$f; \
25 +             lib/$$f $(DESTDIR)$(prefix)/share/$(PROJECT)/$$f; \
26             $(INSTALL) -m $${mode} lib/$$f \
27 -             $(DESTDIR)$(prefix)/lib/$(PROJECT)/$$f; \
28 +             $(DESTDIR)$(prefix)/share/$(PROJECT)/$$f; \
29           done
30         @ for d in man1 man5 man8; do \
31             echo $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/$$d; \
This page took 0.05503 seconds and 3 git commands to generate.