aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2018-12-10 11:02:54 -0500
committerGitHub <noreply@github.com>2018-12-10 11:02:54 -0500
commit9d00510119889b84de2a1c9fd3900c4ccd96b966 (patch)
tree8d252265a4e5ada92fc6c5e9c9f2f93c19f65caf /debian/rules
parent5b5ee6a8b28f8ae2b7699aaece3f6dbc7466add4 (diff)
parent206bc7911c8d52c4a6c06067927d5ec7010ee833 (diff)
Merge pull request #16 from nvllsvm/docker
Add initial Docker
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 3d596ddde..ef697f173 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,7 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_auto_build:
- git submodule init
- git submodule update
+ 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'