aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorVasily <just.one.man@yandex.ru>2018-10-22 03:47:12 +0300
committerVasily <just.one.man@yandex.ru>2018-10-22 03:47:12 +0300
commit65b69eb941f386f2c100638b1eff0b5253e236be (patch)
treea5c2e3f9320803c0dbdb53d083cf1eac6baa2bc8 /debian/rules
parent46ba3e3549b4237230f2e65920443fc10f092b4a (diff)
Fixed debian packaging for netcore, fixed package version
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index cf87fe000..e9b0c3da4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_test:
override_dh_clistrip:
override_dh_auto_build:
- dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln
+ dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/emby-server/bin'
override_dh_auto_clean:
dotnet clean --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln