summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Tittelbach <service-anytun@tittelbach.org>2009-12-05 16:31:06 +0000
committerBernhard Tittelbach <service-anytun@tittelbach.org>2009-12-05 16:31:06 +0000
commitde7944f750ad6744daafd4f2245a4f161b1aaa7a (patch)
tree5f89b8fbf7e0cd2c6c2c77a7b225ec1b05d867cd
parentuse user anytun for uanytun (diff)
...
-rw-r--r--gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild2
-rw-r--r--gentoo-linux/net-misc/uanytun/uanytun-0.3.2.ebuild2
2 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 f693e9e..8871912 100644
--- a/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild
+++ b/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild
@@ -54,7 +54,7 @@ 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")'
+ 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
diff --git a/gentoo-linux/net-misc/uanytun/uanytun-0.3.2.ebuild b/gentoo-linux/net-misc/uanytun/uanytun-0.3.2.ebuild
index f163414..3c5ef4f 100644
--- a/gentoo-linux/net-misc/uanytun/uanytun-0.3.2.ebuild
+++ b/gentoo-linux/net-misc/uanytun/uanytun-0.3.2.ebuild
@@ -51,7 +51,7 @@ 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")'
+ die "can't copy example configs since examples were not installed (reemerge with USE='examples')"
for example in autostart 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