[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Syncthing: Fix installation of the 'util' pa
From: |
guix-commits |
Subject: |
branch master updated: gnu: Syncthing: Fix installation of the 'util' package output. |
Date: |
Mon, 02 Mar 2020 15:36:29 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8e1f5aa gnu: Syncthing: Fix installation of the 'util' package output.
8e1f5aa is described below
commit 8e1f5aaba2a0c9eff520f4915d764cf83824929a
Author: Leo Famulari <address@hidden>
AuthorDate: Mon Mar 2 15:27:34 2020 -0500
gnu: Syncthing: Fix installation of the 'util' package output.
* gnu/packages/syncthing.scm (syncthing)[arguments]: Adjust the 'install'
phase.
---
gnu/packages/syncthing.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 2357b08..afa32e9 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -136,7 +136,7 @@
(utils (assoc-ref outputs "utils")))
(with-directory-excursion "src/github.com/syncthing/syncthing"
(install-file "syncthing" (string-append out "/bin"))
- (for-each (cut install-file <> utils)
+ (for-each (cut install-file <> (string-append utils "/bin/"))
'("stcli" "stcompdirs" "stcrashreceiver"
"stdisco" "stdiscosrv" "stevents" "stfileinfo"
"stfinddevice" "stfindignored" "stgenfiles"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Syncthing: Fix installation of the 'util' package output.,
guix-commits <=