pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/syncthing



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun  9 13:12:21 UTC 2020

Modified Files:
        pkgsrc/net/syncthing: Makefile

Log Message:
syncthing: correct copypasto mistake


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/net/syncthing/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/syncthing/Makefile
diff -u pkgsrc/net/syncthing/Makefile:1.110 pkgsrc/net/syncthing/Makefile:1.111
--- pkgsrc/net/syncthing/Makefile:1.110 Tue Jun  9 11:32:43 2020
+++ pkgsrc/net/syncthing/Makefile       Tue Jun  9 13:12:21 2020
@@ -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 @@ do-build:
 # 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