diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-24 20:55:17 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-24 20:55:17 +0100 |
commit | bc557e1675932bf498d076cae95e5e5732f3b6d0 (patch) | |
tree | 97236e63269db7a1b0d63d179e945adf35078d9d /net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild | |
parent | c6efbe8d2fac3cb962b0b1fc62ac234afa19be55 (diff) | |
download | gentoo-personal-overlay-bc557e1675932bf498d076cae95e5e5732f3b6d0.tar.gz gentoo-personal-overlay-bc557e1675932bf498d076cae95e5e5732f3b6d0.tar.bz2 gentoo-personal-overlay-bc557e1675932bf498d076cae95e5e5732f3b6d0.zip |
syncthing-conf: fix invalid path
Diffstat (limited to 'net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild')
-rw-r--r-- | net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild b/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild deleted file mode 100644 index 5fa3e84..0000000 --- a/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -EAPI=6 - -DESCRIPTION="Additional system configuration for syncthing" -HOMEPAGE="http://git.cynerd.cz/gentoo-personal-overlay/" -S="${WORKDIR}" - -LICENSE="GPL-3.0+" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="net-p2p/syncthing" - -src_install() { - insinto /etc/sysctl.d - doexe "${FILESDIR}/syncthing.conf" -} |