aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Rabert <ar@nullsum.net>2018-12-12 01:09:42 -0500
committerAndrew Rabert <ar@nullsum.net>2018-12-12 01:09:42 -0500
commit9b6bb38532c8d25bc9a91df76aaa52a32434bf55 (patch)
tree13c1b12d0d8c536039aada2304990b90590d4e8c
parent13eec38783f438f9d83282b405226844f4ecbadd (diff)
Remove submodule update from Debian build
Packinging should not maniuplate one's source code like this.
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ef697f173..edad72529 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,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'