diff options
| author | Andrew Rabert <ar@nullsum.net> | 2018-12-10 00:35:53 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2018-12-10 00:35:53 -0500 |
| commit | 0a3e7eae08424d0f76410cb6ec811601acedfbb5 (patch) | |
| tree | 3d8ae1787bb9b0d28a527a1aa8f47ce97e8e2f55 /debian/rules | |
| parent | 106d2421aa519617452c09abbc3c77e9a4e707b9 (diff) | |
Consolidate git submodule commands
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
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' |
