]> git.pld-linux.org Git - packages/jabberd.git/blob - jabberd-binary_path.patch
Release 2 (by relup.sh)
[packages/jabberd.git] / jabberd-binary_path.patch
1 diff -ur jabberd-2.2.17.orig/tools/Makefile.am jabberd-2.2.17/tools/Makefile.am
2 --- jabberd-2.2.17.orig/tools/Makefile.am       2012-05-04 18:17:10.000000000 +0000
3 +++ jabberd-2.2.17/tools/Makefile.am    2013-07-23 17:39:51.154241563 +0000
4 @@ -8,6 +8,7 @@
5  
6  edit = sed \
7         -e 's,@sysconfdir\@,$(sysconfdir),g' \
8 +       -e 's,@libdir\@,$(libdir)/jabberd,g' \
9         -e 's,@VERSION\@,$(VERSION),g' \
10         -e 's,@bindir\@,$(bindir),g' \
11         -e 's,@libexecdir\@,$(libexecdir),g'
This page took 0.027354 seconds and 3 git commands to generate.