mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
Better portability for rpm install section.
This commit is contained in:
@@ -44,7 +44,11 @@ fi
|
||||
make CXXFLAGS=-O
|
||||
|
||||
%install
|
||||
%if 0%{?suse_version}
|
||||
%{makeinstall}
|
||||
%else
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
Reference in New Issue
Block a user