diff options
| author | Andrew Rabert <ar@nullsum.net> | 2018-12-16 00:43:38 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2018-12-16 00:43:38 -0500 |
| commit | b369fbd05e6af85047ade5ba986c478a604c3463 (patch) | |
| tree | 9d5b18b767ffc14a974fd89b5ed896d90d49b011 /debian | |
| parent | 23ed559bb08439f79f4e7b8217385bcee3b4e7fa (diff) | |
Remove redundant solution specification
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 0b790f2e4..6c915af6f 100755 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,8 @@ override_dh_auto_test: override_dh_clistrip: override_dh_auto_build: - dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin' --self-contained --runtime linux-x64 + dotnet publish --configuration $(CONFIG) --output='$(CURDIR)/usr/lib/jellyfin/bin' --self-contained --runtime linux-x64 override_dh_auto_clean: - dotnet clean -maxcpucount:1 --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln || true + dotnet clean -maxcpucount:1 --configuration $(CONFIG) || true rm -rf '$(CURDIR)/usr' |
