Squashed commit of pull request #1875
commitd60fbce311Author: Jacek Szafarkiewicz <szafar@linux.pl> Date: Mon Jun 1 11:16:36 2015 +0200 Correct order of deb files commit3b2ecfcc45Merge:f4daebbc23a601Author: Jacek Szafarkiewicz <szafar@linux.pl> Date: Mon Jun 1 11:15:06 2015 +0200 Merge github.com:syncthing/syncthing Conflicts: build.go commitf4daebb851Author: Jacek Szafarkiewicz <szafar@linux.pl> Date: Tue May 26 12:58:25 2015 +0200 Add me to AUTHORS commit9e77f4bea0Author: Jacek Szafarkiewicz <szafar@linux.pl> Date: Tue May 26 12:57:40 2015 +0200 Add systemd files to deb packate
This commit is contained in:
@@ -314,6 +314,8 @@ func buildDeb() {
|
||||
{src: "man/syncthing-rest-api.7", dst: "deb/usr/share/man/man7/syncthing-rest-api.7", perm: 0644},
|
||||
{src: "man/syncthing-security.7", dst: "deb/usr/share/man/man7/syncthing-security.7", perm: 0644},
|
||||
{src: "man/syncthing-versioning.7", dst: "deb/usr/share/man/man7/syncthing-versioning.7", perm: 0644},
|
||||
{src: "etc/linux-systemd/system/syncthing@.service", dst: "deb/lib/systemd/system/syncthing@.service", perm: 0644},
|
||||
{src: "etc/linux-systemd/user/syncthing.service", dst: "deb/usr/lib/systemd/user/syncthing.service", perm: 0644},
|
||||
}
|
||||
|
||||
for _, file := range listFiles("extra") {
|
||||
|
||||
Reference in New Issue
Block a user