mirror of https://github.com/KLayout/klayout.git
RPM build file: symlink to source.
This commit is contained in:
parent
67547a26d0
commit
bf03857dd1
|
|
@ -51,8 +51,8 @@ For details see README.md
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%if "%{git_source}" != ""
|
%if "%{git_source}" != ""
|
||||||
mkdir -p %{_sourcedir}
|
rm -rf %{_sourcedir}
|
||||||
cp -pr %{git_source}/* %{_sourcedir}
|
ln -s %{git_source} %{_sourcedir}
|
||||||
%else
|
%else
|
||||||
%setup -q
|
%setup -q
|
||||||
%endif
|
%endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue