diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-12 12:14:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-12 12:14:31 -0500 |
| commit | b5dfdc1efb75fd8ed7e8eb6070108c7fec61a2b1 (patch) | |
| tree | b1d325209ed4213b611286fc0e19cdad946d447f /debian/rules | |
| parent | c2fd8d4b449fd737cf4f175ce13d75f0f3fdc1ac (diff) | |
| parent | a2fee0dde26622584e0fc83df29f71ed4dec7b9e (diff) | |
Merge pull request #83 from nvllsvm/dockdeb
Add Dockerfile for building Debian package
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 54c1e3dad..864b64f6f 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,6 @@ override_dh_auto_test: override_dh_clistrip: override_dh_auto_build: - git submodule update --init dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin' dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin' |
