summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-14 02:02:34 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-03-14 02:02:34 (EDT)
commit9fec2037cfbb7184629827a7ff7428cea3035dd4 (patch)
tree60d37529bc12400aea6fa2ae76c4f8d254dd9035
parent0fbcbaf62fdc2df0a998899fc4d3917954f44dee (diff)
Adjust patch metadata fields.
-rw-r--r--patches/01_pass-some-dirs-to-child-makes.patch19
1 files changed, 10 insertions, 9 deletions
diff --git a/patches/01_pass-some-dirs-to-child-makes.patch b/patches/01_pass-some-dirs-to-child-makes.patch
index a9b8371..88fd159 100644
--- a/patches/01_pass-some-dirs-to-child-makes.patch
+++ b/patches/01_pass-some-dirs-to-child-makes.patch
@@ -1,12 +1,13 @@
-Description: Pass some dir paths to child makes
- Some paths that we want to change (for FHS sanity and/or multiarch hackery) are
- hardcoded in the configure scripts and makefiles.
- .
- If we just get the top-level makefile to pass them to the child make processes,
- we can simply set these path macros and call make once.
- .
- See `README` for a possible alternative solution.
-From: "P. J. McDermott" <pj@pehjota.net>
+Author: "P. J. McDermott" <pj@pehjota.net>
+Subject: Pass some dir paths to child makes
+
+Some paths that we want to change (for FHS sanity and/or multiarch hackery) are
+hardcoded in the configure scripts and makefiles.
+
+If we just get the top-level makefile to pass them to the child make processes,
+we can simply set these path macros and call make once.
+
+See `README.source` for a possible alternative solution.
diff -Naur src.orig/Makefile.in src/Makefile.in
--- src.orig/Makefile.in 2011-11-21 06:56:20.000000000 -0500