aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorVasily <just.one.man@yandex.ru>2018-10-22 03:25:50 +0300
committerVasily <just.one.man@yandex.ru>2018-10-22 03:25:50 +0300
commit46ba3e3549b4237230f2e65920443fc10f092b4a (patch)
tree610d414aaf43e3c20db87b2aab61a3f0a70f0c82 /debian/rules
parent0b64fb771f3613e0efcb3692eb2fc73c77fcb7e1 (diff)
Small fixes, trying to get this to build
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index bcee85c50..cf87fe000 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
#! /usr/bin/make -f
CONFIG := Release
-RUNTIME := linux-x64
TERM := xterm
SHELL := /bin/bash
export DH_VERBOSE=1
@@ -15,7 +14,7 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_auto_build:
- dotnet build --configuration $(CONFIG) --runtime $(RUNTIME) $(CURDIR)/MediaBrowser.sln
+ dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln
override_dh_auto_clean:
- dotnet clean --configuration $(CONFIG) --runtime $(RUNTIME) $(CURDIR)/MediaBrowser.sln
+ dotnet clean --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln