diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-09-04 19:10:02 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-09-04 19:10:02 +0000 |
commit | c54d87a3c4b4b32c61d50f999b749c15311f7220 (patch) | |
tree | 8689a35eb9d1098b9bc66e44773257cc86ab95bd /sys-apps/syslog-notify/syslog-notify-0.2.ebuild | |
parent | Ebuild from rion-overlay with minor changes. Thanks to Andreis Vinogradovs (diff) | |
download | gentoo-2-c54d87a3c4b4b32c61d50f999b749c15311f7220.tar.gz gentoo-2-c54d87a3c4b4b32c61d50f999b749c15311f7220.tar.bz2 gentoo-2-c54d87a3c4b4b32c61d50f999b749c15311f7220.zip |
Move mkfifo to pkg_postinst. Bug #307649
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/syslog-notify/syslog-notify-0.2.ebuild')
-rw-r--r-- | sys-apps/syslog-notify/syslog-notify-0.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild index 4b09de3afa46..ea248a23406b 100644 --- a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild +++ b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslog-notify/syslog-notify-0.2.ebuild,v 1.2 2012/07/12 19:12:10 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslog-notify/syslog-notify-0.2.ebuild,v 1.3 2012/09/04 19:10:02 hwoarang Exp $ EAPI=4 @@ -21,11 +21,11 @@ DOCS="AUTHORS CHANGELOG HACKING README" src_install() { default - - ebegin "Creating /var/spool/syslog-notify FIFO" dodir /var/spool +} + +pkg_postinst() { mkfifo "${ED}"/var/spool/syslog-notify - eend $? } pkg_postinst() { |