aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2019-04-21 17:52:37 +0100
committerPaul Healy <lmiphay@gmail.com>2019-04-21 17:52:37 +0100
commite45465013e1ec0ce6851b4ba9bf7e1e15305b37e (patch)
treea72151bf52cb03aeb5098012a5a255ce53a2050b /app-homeassistant
parentadd ebuild for simple-thermostat (diff)
downloadlmiphay-e45465013e1ec0ce6851b4ba9bf7e1e15305b37e.tar.gz
lmiphay-e45465013e1ec0ce6851b4ba9bf7e1e15305b37e.tar.bz2
lmiphay-e45465013e1ec0ce6851b4ba9bf7e1e15305b37e.zip
update locate for js file
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'app-homeassistant')
-rw-r--r--app-homeassistant/simple-thermostat/Manifest2
-rw-r--r--app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild6
2 files changed, 6 insertions, 2 deletions
diff --git a/app-homeassistant/simple-thermostat/Manifest b/app-homeassistant/simple-thermostat/Manifest
index 4a9a186..46118ff 100644
--- a/app-homeassistant/simple-thermostat/Manifest
+++ b/app-homeassistant/simple-thermostat/Manifest
@@ -1,2 +1,2 @@
DIST simple-thermostat-0.21.0.js 31213 BLAKE2B 70902bdc284629257041c10ba2cb7992cb159e58e1c5f79c54e34eb2fe988d98387d104694f401a5016364560bc4ec0c374c358bded3ac982be6e19d1b301d0a SHA512 ad77c17b24680711746f2a7cb78462b5c7abde9e1c4f5972dd6657cf64f3ad8de60f3358bf8235af14744399770b9152a28e46e843ee6222336e3e1f2a5dde84
-EBUILD simple-thermostat-0.21.0.ebuild 871 BLAKE2B 5b89f4de183175d5a2e5b1db3f4f55aa78f32a7ba82178298370fe8a4326a3e9ec1e319703c1f982ee9312d18a7a588c98331812024694a87f8e88e879baa96e SHA512 cd16607ec8f9fa34c043441c0006395c36e63d0f4d6cd1e9a7f64a6b91ab3557d7651e97103bc041bb7b154b4fb82b0f2275bd92e4d6563b2f67e38ad6901b4b
+EBUILD simple-thermostat-0.21.0.ebuild 906 BLAKE2B 3590cf132f64b1038226730a186ed2e6c675103796c0681f099d4f4efe1d91e88bc230118f9c82f2442904470b062d3e025d776988d96122cd043ab664544d18 SHA512 33befc26d7720c37f01fb616adc0528d9a531788fa5377ce5cc9130d633598afd8700e1531f52c0cef166cd1f881211e958e3a48d0b5751fe08e78f03db9213f
diff --git a/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild b/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild
index 935c843..1427069 100644
--- a/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild
+++ b/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild
@@ -28,9 +28,13 @@ DOC_CONTENTS="
https://github.com/nervetattoo/simple-thermostat#installation-manual
"
+src_unpack() {
+ true
+}
+
src_install() {
insinto /etc/homeassistant/www
- newins "${P}.js" "${PN}.js"
+ newins "${DISTDIR}/${P}.js" "${PN}.js"
readme.gentoo_create_doc
default