summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-10-21 08:29:27 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-10-21 08:29:27 +0000
commit7631e44a5c0548973b2519e947f9cedf55f4f68c (patch)
tree3b9df3de71fcd42f5e2a907598018a6eae4086d3 /net-misc/blocksshd/blocksshd-0.7.ebuild
parentmedia-video/webcamserver-client: Fix quotes. (diff)
downloadsunrise-7631e44a5c0548973b2519e947f9cedf55f4f68c.tar.gz
sunrise-7631e44a5c0548973b2519e947f9cedf55f4f68c.tar.bz2
sunrise-7631e44a5c0548973b2519e947f9cedf55f4f68c.zip
net-misc/blocksshd: Add quotes around $FILESDIR.
svn path=/sunrise/; revision=1654
Diffstat (limited to 'net-misc/blocksshd/blocksshd-0.7.ebuild')
-rw-r--r--net-misc/blocksshd/blocksshd-0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/blocksshd/blocksshd-0.7.ebuild b/net-misc/blocksshd/blocksshd-0.7.ebuild
index 5e20a24ff..3ac074654 100644
--- a/net-misc/blocksshd/blocksshd-0.7.ebuild
+++ b/net-misc/blocksshd/blocksshd-0.7.ebuild
@@ -40,7 +40,7 @@ src_install() {
dosbin blocksshd || die "dosbin failed"
dodoc CHANGELOG CREDITS README VERSION blocksshd.conf
- newinitd ${FILESDIR}/blocksshd.init blocksshd
+ newinitd "${FILESDIR}/blocksshd.init" blocksshd
insinto /etc/blocksshd
newins blocksshd.conf blocksshd.conf.sample