chiark / gitweb /
Introduce a scripts/ folder
[termux-packages] / packages / emacs / Makefile.in.patch
1 diff -u -r ../emacs-24.5/Makefile.in ./Makefile.in
2 --- ../emacs-24.5/Makefile.in   2015-04-02 03:23:06.000000000 -0400
3 +++ ./Makefile.in       2015-08-03 19:41:45.006522243 -0400
4 @@ -307,7 +307,7 @@
5           sed < ${srcdir}/src/epaths.in > epaths.h.$$$$         \
6           -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'"$${standardlisppath}"'";' \
7           -e 's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${locallisppath}"'";' \
8 -         -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'"$${buildlisppath}"'";' \
9 +         -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'"$${standardlisppath}"'";' \
10           -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";'               \
11           -e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";'                  \
12           -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";'                   \