diff --git a/harbour.spec b/harbour.spec index 2ec2388..70ce73a 100644 --- a/harbour.spec +++ b/harbour.spec @@ -17,7 +17,7 @@ # please add your distro suffix if it not belong to the one recognized below # and remember that order checking can be important -%define platform %(release=$(rpm -q --queryformat='%{VERSION}' mandriva-release-common 2>/dev/null) && echo "mdv$release"|tr -d ".") +%define platform %(release=$(rpm -q --queryformat='%{VERSION}' mandriva-release-common 2>/dev/null) && echo "mdv.$release"|tr -d ".") %if "%{platform}" == "" %define platform %(release=$(rpm -q --queryformat='%{VERSION}' mandrake-release 2>/dev/null) && echo "mdk$release"|tr -d ".") %if "%{platform}" == ""