[SCM] Debian packaging of perlindex branch, master, updated. 5717118248f6ab17157f95924fcadac16f23ad17
Damyan Ivanov
dmn at debian.org
Wed Jan 25 15:47:38 UTC 2012
The following commit has been merged in the master branch:
commit bcaa25ca3496b14239b2163a7f283156d2a28aae
Author: Damyan Ivanov <dmn at debian.org>
Date: Wed Jan 25 17:46:09 2012 +0200
drop quotes around "if" when used as a list for 'for'
courtesy of gregoa
diff --git a/debian/perlindex.postinst b/debian/perlindex.postinst
index 50fd6cf..728d416 100644
--- a/debian/perlindex.postinst
+++ b/debian/perlindex.postinst
@@ -29,7 +29,7 @@ case "$1" in
echo -n "Moving index files to /var/cache/perlindex..."
SRC=/usr/share/man
DST=/var/cache/perlindex
- for p in fn idf "if" "if.new" seen; do
+ for p in fn idf if if.new seen; do
src_f="$SRC/index_$p"
dst_f="$DST/index_$p"
# move in two passes, since /var and /usr may be in
--
Debian packaging of perlindex
More information about the Pkg-perl-cvs-commits
mailing list