summaryrefslogtreecommitdiff
path: root/manpages.am
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-05-12 15:15:40 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-05-12 18:31:14 -0700
commitd694601591d2a86a437c5150015d9889e2fe16fc (patch)
treefefd00e8478a1de95e211629f042eb0b29a4cb9a /manpages.am
parenta558a66d249cd51d3d675b20cc3a76651fd87930 (diff)
Fix a typo: laucnd instead of launchd
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'manpages.am')
-rw-r--r--manpages.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages.am b/manpages.am
index 03089e38b..ea969cc5f 100644
--- a/manpages.am
+++ b/manpages.am
@@ -24,7 +24,7 @@ MAN_SUBSTS += -e 's|__logdir__|$(logdir)|g' \
-e 's|__sysconfdir__|$(sysconfdir)|g' \
-e 's|__xconfigdir__|$(__XCONFIGDIR__)|g' \
-e 's|__xkbdir__|$(XKB_BASE_DIRECTORY)|g' \
- -e 's|__laucnd_id_prefix__|$(BUNDLE_ID_PREFIX)|g' \
+ -e 's|__bundle_id_prefix__|$(BUNDLE_ID_PREFIX)|g' \
-e 's|__modulepath__|$(DEFAULT_MODULE_PATH)|g' \
-e 's|__default_font_path__|$(COMPILEDDEFAULTFONTPATH)|g' \
-e '\|$(COMPILEDDEFAULTFONTPATH)| s|/,|/, |g'