diff options
author | hira <hira@pkgsrc.org> | 2008-10-31 12:55:30 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2008-10-31 12:55:30 +0000 |
commit | f7a6f3ef089039aef0fc953acf1608f7547b4e8f (patch) | |
tree | be3d5a86f2bac86b5672e4f89ae5b392480fee52 /misc/openoffice2/Makefile | |
parent | ed0b9d7f0a2ca2c5474e151f3ab2552f60e3b3dc (diff) | |
download | pkgsrc-f7a6f3ef089039aef0fc953acf1608f7547b4e8f.tar.gz |
Add missing \.
Diffstat (limited to 'misc/openoffice2/Makefile')
-rw-r--r-- | misc/openoffice2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index 4fed956946e..ee503f3287f 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2008/10/31 11:02:55 hira Exp $ +# $NetBSD: Makefile,v 1.56 2008/10/31 12:55:30 hira Exp $ # OO_VER= 2.4.2 @@ -151,7 +151,7 @@ do-install: cd ${OO_PREFIX} && \ for f in ${OO_PKGPATH:Q}/${OO_BASELANG}/*/*.sw; do \ tar xpf $$f; \ - done; + done; \ for lang in ${OO_LANGPACKS}; do \ for f in ${OO_LANGPACKPATH:Q}/$$lang/*/*.sw; do \ tar xpf $$f; \ |