app-admin/inoticoming: correct quoting 2 go
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@428 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
@@ -6,7 +6,7 @@ inherit eutils
|
||||
|
||||
DESCRIPTION="inoticoming is a daemon to watch a directory with Linux's inotify"
|
||||
SRC_URI="mirror://debian/pool/main/i/${PN}/${PN}_${PV}.orig.tar.gz
|
||||
http://alioth.debian.org/frs/download.php/2489/${PN}_${PV}.orig.tar.gz"
|
||||
http://alioth.debian.org/frs/download.php/2489/${PN}_${PV}.orig.tar.gz"
|
||||
HOMEPAGE="http://alioth.debian.org/projects/mirrorer/"
|
||||
|
||||
SLOT="0"
|
||||
@@ -20,7 +20,7 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR=${D} install
|
||||
emake DESTDIR="${D}" install
|
||||
newinitd "${FILESDIR}"/inoticoming.initd inoticoming
|
||||
newconfd "${FILESDIR}"/inoticoming.confd inoticoming
|
||||
keepdir /var/spool/incoming
|
||||
|
||||
Reference in New Issue
Block a user