Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/syncthing syncthing: correct copypasto mistake



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cea2ea54a2d
branches:  trunk
changeset: 433988:4cea2ea54a2d
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 09 13:12:21 2020 +0000

description:
syncthing: correct copypasto mistake

diffstat:

 net/syncthing/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4d8e241f38d5 -r 4cea2ea54a2d net/syncthing/Makefile
--- a/net/syncthing/Makefile    Tue Jun 09 12:47:36 2020 +0000
+++ b/net/syncthing/Makefile    Tue Jun 09 13:12:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2020/06/09 11:32:43 nia Exp $
+# $NetBSD: Makefile,v 1.111 2020/06/09 13:12:21 nia Exp $
 
 # Upstream used to frequently break protocol compatibility, but since
 # 2018 or so this has been much better.  While users of pkgsrc
@@ -87,7 +87,6 @@
 # Binaries other than syncthing proper should perhaps be installed.
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/syncthing ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_DATA} ${WRKSRC}/syncthing ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/etc/linux-desktop/*.desktop ${DESTDIR}${PREFIX}/share/applications
 .for s in 512 256 128 64 32
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps



Home | Main Index | Thread Index | Old Index