summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorYaohan Chen <yaohan.chen@gmail.com>2015-04-16 20:37:15 -0400
committerYaohan Chen <yaohan.chen@gmail.com>2015-04-16 20:37:15 -0400
commit13a1153d52347b769c71cdf0fdec37d91cc602af (patch)
treec9cdce75d8d43415364e36eff2c36920481db20c /install.sh
parent3b9be87188dc5dc1f1fcbe8e9a73d9f74546a050 (diff)
downloadhib-dlagent-13a1153d52347b769c71cdf0fdec37d91cc602af.tar.gz
hib-dlagent-13a1153d52347b769c71cdf0fdec37d91cc602af.zip
Use humblebundle-python to work with HIB API
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 8f4f99e..cccfd10 100755
--- a/install.sh
+++ b/install.sh
@@ -2,6 +2,5 @@
install -D -m755 hib-dlagent "$DEST/usr/bin/hib-dlagent"
install -D -m644 README "$DEST/usr/share/doc/hib-dlagent/README"
-install -D -m644 discover-url.coffee "$DEST/usr/share/hib-dlagent/discover-url.coffee"
-install -D -m644 util.coffee "$DEST/usr/share/hib-dlagent/util.coffee"
-install -D -m644 phantomjs-config.json "$DEST/etc/hib-dlagent/phantomjs-config.json"
+install -D -m644 discover-url.py "$DEST/usr/share/hib-dlagent/discover-url.py"
+