missing backslash after defining ghc_prefix
This commit is contained in:
parent
f0f6b5560d
commit
fb48383d9f
@ -5,7 +5,7 @@
|
|||||||
%define pkgname %{?1}%{!?1:%{pkg_name}}\
|
%define pkgname %{?1}%{!?1:%{pkg_name}}\
|
||||||
%define pkgver %{?2}%{!?2:%{version}}\
|
%define pkgver %{?2}%{!?2:%{version}}\
|
||||||
%{!-x:%{?1:%global ghc_packages_list %{?ghc_packages_list} %{pkgname}-%{pkgver}}}\
|
%{!-x:%{?1:%global ghc_packages_list %{?ghc_packages_list} %{pkgname}-%{pkgver}}}\
|
||||||
%define ghc_prefix %{?ghc_name}%{!?ghc_name:ghc}
|
%define ghc_prefix %{?ghc_name}%{!?ghc_name:ghc}\
|
||||||
%define basepkg %{ghc_prefix}-%{pkgname}\
|
%define basepkg %{ghc_prefix}-%{pkgname}\
|
||||||
%package -n %{basepkg}\
|
%package -n %{basepkg}\
|
||||||
Summary: Haskell %{pkgname} library\
|
Summary: Haskell %{pkgname} library\
|
||||||
|
Loading…
Reference in New Issue
Block a user