diff options
author | cjep <cjep@pkgsrc.org> | 2003-09-06 15:57:56 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-09-06 15:57:56 +0000 |
commit | 2ee34702bc4720da9f7f7b75289afac733625b39 (patch) | |
tree | 0b07dd33c82538a991e3c0ad308622ef8a470e45 /games/gnome2-games | |
parent | be1d1e53666938827b11689d24e59cb4db2008af (diff) | |
download | pkgsrc-2ee34702bc4720da9f7f7b75289afac733625b39.tar.gz |
Fix use of cat
Diffstat (limited to 'games/gnome2-games')
-rw-r--r-- | games/gnome2-games/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome2-games/INSTALL b/games/gnome2-games/INSTALL index 45e385327b7..b2637380493 100644 --- a/games/gnome2-games/INSTALL +++ b/games/gnome2-games/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.3 2003/08/30 20:22:53 jlam Exp $ +# $NetBSD: INSTALL,v 1.4 2003/09/06 15:57:56 cjep Exp $ case ${STAGE} in POST-INSTALL) @@ -44,7 +44,7 @@ POST-INSTALL) iagno.w3.scores mahjongg.{easy,difficult}.scores same-gnome.scores - . +. (while read FILE do if [ ! -f $FILE ] |