summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-02-01 10:36:05 +0000
committerknu <knu@FreeBSD.org>2003-02-01 10:36:05 +0000
commit32d25195cb963f535bebe5c4203a98f09a5b0ddb (patch)
tree6d792bd5657369ee540327236f9692ce1d042b6b /databases
parent048e0470fcdd6c6f0d5e60318b2f164861d1a608 (diff)
downloadFreeBSD-ports-32d25195cb963f535bebe5c4203a98f09a5b0ddb.zip
FreeBSD-ports-32d25195cb963f535bebe5c4203a98f09a5b0ddb.tar.gz
Fix a typo that caused cp to fail.
Submitted by: Ayumu Kato <akato@rc5.so-net.ne.jp>
Diffstat (limited to 'databases')
-rw-r--r--databases/namazu2/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/namazu2/pkg-install b/databases/namazu2/pkg-install
index fdb791a..86ceb61 100644
--- a/databases/namazu2/pkg-install
+++ b/databases/namazu2/pkg-install
@@ -21,7 +21,7 @@ case $2 in
if [ -f $f$sfx ]; then
touch $f$sfx
else
- cp $f $fsfx
+ cp $f $f$sfx
fi
done
;;
OpenPOWER on IntegriCloud