Avoid defining a macro that's only used once

epel9
Kalev Lember 8 years ago
parent 5f2ee3b424
commit ab8d8d6b4a

@ -2,7 +2,6 @@
%global dmdfe_minor 0
%global dmdfe_bump 71
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
%global root %{name}-%{version}-beta3-src
# Enable this for bootstrapping with an older version that doesn't require a
# working D compiler to build itself
@ -174,7 +173,7 @@ Enable autocompletion for phobos library in geany (IDE)
Active l'autocompletion pour pour la bibliothèque phobos dans geany (IDE)
%prep
%setup -q -n %root
%setup -q -n %{name}-%{version}-beta3-src
# temp geany config directory for allow geany to generate tags
mkdir geany_config
# Remove bundled zlib

Loading…
Cancel
Save