mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
RPM build file: symlink to source.
This commit is contained in:
@@ -51,8 +51,8 @@ For details see README.md
|
||||
%prep
|
||||
|
||||
%if "%{git_source}" != ""
|
||||
mkdir -p %{_sourcedir}
|
||||
cp -pr %{git_source}/* %{_sourcedir}
|
||||
rm -rf %{_sourcedir}
|
||||
ln -s %{git_source} %{_sourcedir}
|
||||
%else
|
||||
%setup -q
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user