diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-05 14:13:19 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-05 14:13:19 +0000 |
commit | c68bb7e993daa1a96d9b3ceeca9558e4fd83f8ed (patch) | |
tree | 50c6f1a9861d10e72521fb33068fc3c83b1f0f82 /gnu/usr.bin/texinfo | |
parent | e2ca0461709d71cb1317c2b1af276441f8fab1a3 (diff) |
Don't create /usr/share/locale/usr/src/gnu/usr.bin/texinfo/po and things.
[the newly consecrated /usr/share/locale glows black]
You should probably "rm -rf /usr/share/locale/usr" if you have installed
texinfo since 1-Aug-1997.
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r-- | gnu/usr.bin/texinfo/po/Makefile.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/po/Makefile.in.in b/gnu/usr.bin/texinfo/po/Makefile.in.in index 85b346369a6..0249cd08ee2 100644 --- a/gnu/usr.bin/texinfo/po/Makefile.in.in +++ b/gnu/usr.bin/texinfo/po/Makefile.in.in @@ -130,6 +130,7 @@ install-data-yes: all fi @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ + cat=`basename $$cat`; \ case "$$cat" in \ *.gmo) destdir=$(gnulocaledir);; \ *) destdir=$(localedir);; \ |