diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2018-12-13 20:41:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-13 20:41:48 +0300 |
| commit | 4790046ad878236c14242737a096a6418ad3610c (patch) | |
| tree | b1fa8d7f10914be0a77da32ee7a4e259cc99b5f7 | |
| parent | b36b526f27ebd9ac716d743eea26e65407ceeea4 (diff) | |
| parent | 2f7be7662661208c2942052c7ff481b8b43c8540 (diff) | |
Merge pull request #132 from joshuaboniface/debian-packaging
Add maxcpucount to dotnet clean
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index eddf9b9ba..17e7d506c 100755 --- a/debian/rules +++ b/debian/rules @@ -18,5 +18,5 @@ override_dh_auto_build: dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin' override_dh_auto_clean: - dotnet clean --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln || true + dotnet clean -maxcpucount:1 --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln || true rm -rf '$(CURDIR)/usr/lib/jellyfin' |
