diff options
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in index 4c5ec11..c9790a0 100644 --- a/build.macros.in +++ b/build.macros.in @@ -148,7 +148,7 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - # - "9.1" => 910 # - "10.2.2" => 1022 # (user may copy the following line in specfile) -%mgaversion %(perl -pe '/(\\d+)\\.(\\d)\\.?(\\d)?/; $_="$1$2".($3||0)' /etc/release) +%mgaversion %distro_release %distsuffix .mga |