From: Elan Ruusamäe Date: Fri, 3 Jun 2005 13:36:43 +0000 (+0000) Subject: - typo X-Git-Tag: auto/ac/rpm-4_4_1-1_11~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm-build-macros.git;a=commitdiff_plain;h=feb15ceb2f2a9a73de0ad8da7040b06dc32c8085 - typo Changed files: rpm.macros -> 1.222 --- diff --git a/rpm.macros b/rpm.macros index 3b37457..ac0737e 100644 --- a/rpm.macros +++ b/rpm.macros @@ -704,7 +704,7 @@ fi\ %apache_config_uninstall(v:n:) \ %{!-v:%{error:apache_config_uninstall: Required argument -v missing}} \ %{?debug:set -x; echo "apache_config_uninstall:%{-v*} %{name}-%{version}-%{release}: 1:[$1]; 2:[$2]"} \ -# remove link if eighter of the packages are gone \ +# remove link if either of the packages are gone \ if [ "$1" = "0" ] || [ "$2" = "0" ]; then \ if [ -L %{__apache_confdir %{-v*}}/%{-n*}%{!-n:99}_%{name}.conf ]; then \ rm -f %{__apache_confdir %{-v*}}/%{-n*}%{!-n:99}_%{name}.conf \