From 72a8e618729f320c0ff3033cfb0abd5cb27c5a60 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 21 Feb 2015 18:26:46 +0100 Subject: reproducible: rename force_package_targets() to set_linktarget() --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 120ea9e2..1c1f331e 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -283,7 +283,7 @@ set_package_class() { fi } -force_package_targets() { +set_linktarget() { for PKG in $@ ; do if [ -f $RB_PATH/$PKG.html ] ; then set_package_class -- cgit v1.2.3-54-g00ecf