summaryrefslogtreecommitdiffstats
path: root/gettext-tools/misc/add-to-archive
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/misc/add-to-archive')
-rwxr-xr-xgettext-tools/misc/add-to-archive4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/misc/add-to-archive b/gettext-tools/misc/add-to-archive
index 2eda76b..f3f1742 100755
--- a/gettext-tools/misc/add-to-archive
+++ b/gettext-tools/misc/add-to-archive
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2006 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -64,7 +64,7 @@ work_archive=`pwd`/"$work_dir/archive"
case $file in
ABOUT-NLS)
cp -p $file "$work_archive/$file" ;;
- config.rpath | mkinstalldirs)
+ config.rpath)
cp -p $file "$work_archive/$file" ;;
esac
done