mirror of https://github.com/KLayout/klayout.git
Update RPM spec file to have a unique output folder.
This commit is contained in:
parent
1a87dcb807
commit
f4a4746861
|
|
@ -59,11 +59,7 @@ For details see README.md
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%ifarch %ix86
|
TARGET="linux-release"
|
||||||
TARGET="linux-32-gcc-release"
|
|
||||||
%else
|
|
||||||
TARGET="linux-64-gcc-release"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
QMAKE=qmake-does-not-exist
|
QMAKE=qmake-does-not-exist
|
||||||
if which qmake; then
|
if which qmake; then
|
||||||
|
|
@ -93,11 +89,7 @@ strip %{_builddir}/bin.$TARGET/*
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
%ifarch %ix86
|
TARGET="linux-release"
|
||||||
TARGET="linux-32-gcc-release"
|
|
||||||
%else
|
|
||||||
TARGET="linux-64-gcc-release"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_libdir}/klayout
|
mkdir -p %{buildroot}%{_libdir}/klayout
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue