pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(tc-git/Makefile) Fix typo on the search string of SUBST_SED.
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By: mef
Date: Sun Jul 3 21:47:38 2016 +0900
Changeset: 40336de0dba044a2699b5f721d5798ceb456d5c6
Modified Files:
tc-git/Makefile
Log Message:
(tc-git/Makefile) Fix typo on the search string of SUBST_SED.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=40336de0dba044a2699b5f721d5798ceb456d5c6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tc-git/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/tc-git/Makefile b/tc-git/Makefile
index 614ef8d..ea987b1 100644
--- a/tc-git/Makefile
+++ b/tc-git/Makefile
@@ -61,7 +61,7 @@ SUBST_CLASSES+= texinfo
SUBST_MESSAGE.texinfo= Unknown problem fix at the stage of generating doc/tc.texinfo
SUBST_STAGE.texinfo= post-configure
SUBST_FILES.texinfo= doc/Makefile
-SUBST_SED.texinfo= '-e /if $$\(MAKEINFO\) $$\(AM_MAKEINFOFLAGS\) $$\(MAKEINFOFLAGS\) $$\(srcdir\)/s/ -I ./tc.texinfo/'
+SUBST_SED.texinfo= '-e /if $$\(MAKEINFO\) $$\(AM_MAKEINFOFLAGS\) $$\(MAKEINFOFLAGS\) -I $$\(srcdir\)/s/ -I ./tc.texinfo/'
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index