summaryrefslogtreecommitdiffstats
path: root/manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifest.scm b/manifest.scm
index 91100f3..53544d4 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -66,8 +66,8 @@
66 (lambda* (#:key outputs #:allow-other-keys) 66 (lambda* (#:key outputs #:allow-other-keys)
67 (let ((out (assoc-ref outputs "out"))) 67 (let ((out (assoc-ref outputs "out")))
68 (substitute* "smart-relay.sh" 68 (substitute* "smart-relay.sh"
69 (("smart-relay.rtk") 69 (("smart-relay.rkt")
70 (string-append out "/share/smart-relay.rtk")))))) 70 (string-append out "/share/smart-relay.rkt"))))))
71 (add-before 'install 'move-files 71 (add-before 'install 'move-files
72 (lambda* (#:key inputs outputs #:allow-other-keys) 72 (lambda* (#:key inputs outputs #:allow-other-keys)
73 (let* ((out (assoc-ref outputs "out")) 73 (let* ((out (assoc-ref outputs "out"))
@@ -78,10 +78,10 @@
78 (chmod "smart-relay.sh" #o555) 78 (chmod "smart-relay.sh" #o555)
79 (copy-recursively "smart-relay.sh" 79 (copy-recursively "smart-relay.sh"
80 (string-append bin "smart-relay")) 80 (string-append bin "smart-relay"))
81 (copy-recursively "smart-relay.rtk" 81 (copy-recursively "smart-relay.rkt"
82 (string-append share "smart-relay.rtk")) 82 (string-append share "smart-relay.rkt"))
83 (delete-file-recursively "smart-relay.sh") 83 (delete-file-recursively "smart-relay.sh")
84 (delete-file-recursively "smart-relay.rtk"))))))) 84 (delete-file-recursively "smart-relay.rkt")))))))
85 (synopsis "Lisp program to control usb relay over mqtt") 85 (synopsis "Lisp program to control usb relay over mqtt")
86 (description "Lisp program to control usb relay over mqtt") 86 (description "Lisp program to control usb relay over mqtt")
87 (home-page "https://git.jdlugosz.com/hsp/smart-relay") 87 (home-page "https://git.jdlugosz.com/hsp/smart-relay")