diff options
author | ceros7 <ceros7@svn> | 2010-07-30 21:51:33 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-07-30 21:51:33 +0000 |
commit | 753e6dce291607f886f7f9c2951af29b82e2b02e (patch) | |
tree | 7fc1009abce1e35d5871e66c2990d1d53439b295 /tools | |
parent | 43b66ba41d67aa60f1d5679167ac49a3fa436def (diff) |
Remove installation of xbmc-live.conf in hardy build as well.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32361 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/Linux/packaging/debian/rules.hardy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Linux/packaging/debian/rules.hardy b/tools/Linux/packaging/debian/rules.hardy index a7e14c7765..d77ef53f2c 100755 --- a/tools/Linux/packaging/debian/rules.hardy +++ b/tools/Linux/packaging/debian/rules.hardy @@ -50,8 +50,6 @@ binary-indep: cp $(CURDIR)/tools/Linux/xbmc.png $(CURDIR)/debian/tmp/usr/share/pixmaps/ cp $(CURDIR)/tools/Linux/xbmc.desktop $(CURDIR)/debian/tmp/usr/share/applications/ # xbmc Live files - mkdir -p $(CURDIR)/debian/tmp/etc/init/ - cp $(CURDIR)/tools/XBMCLive/xbmc-live.conf $(CURDIR)/debian/tmp/etc/init/ dh_install -i --sourcedir=$(CURDIR)/debian/tmp -XLICENCE -XLiberationSans-Regular.ttf -XLicence.txt -XLicense.txt # XBMC WEB POC dh_install -pxbmc-web ../../web/poc_jsonrpc usr/share/xbmc/web |