Skip to content

Commit

Permalink
Fix RPM packaging on SUSE Linux (#939)
Browse files Browse the repository at this point in the history
Fixes #938.
  • Loading branch information
vjrantal authored and arsing committed Mar 12, 2019
1 parent f68cfbd commit c16bc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgelet/contrib/centos/iotedge.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ make release

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT unitdir=%{_unitdir}
make install DESTDIR=$RPM_BUILD_ROOT unitdir=%{_unitdir} docdir=%{_docdir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down

0 comments on commit c16bc50

Please sign in to comment.