summaryrefslogtreecommitdiff
path: root/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild')
-rw-r--r--gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild b/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild
index d7f850b..f693e9e 100644
--- a/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild
+++ b/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild
@@ -54,8 +54,8 @@ src_install() {
pkg_config() {
[ ! -d "${ROOT}"/usr/share/doc/${PF}/examples/etc/${PN} ] && \
- die "can't copy example configs since examples were not installed (reemerge with USE=\"examples\")"
- for example in autostart server client1 client2 client3 p2p-a p2p-b; do
+ die 'can't copy example configs since examples were not installed (reemerge with USE="examples")'
+ for example in autostart server client1 client2 client3 p2p-a p2p-b; do
[ -e "${ROOT}"/etc/${PN}/${example} ] && die "${ROOT}/etc/${PN}/${example} already present, rm -R it first"
done
cp -rv "${ROOT}"/usr/share/doc/${PF}/examples/etc/${PN} "${ROOT}"/etc/ || die "failed to copy examples"