diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2002-12-03 05:37:25 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2002-12-03 05:37:25 +0000 |
commit | 7c7afa854196efd6b86b0580677506a8ce550bdf (patch) | |
tree | bb30760b199bb67bfb26d545b85292a70871f264 /app-i18n/canna | |
parent | AFS fixes (diff) | |
download | historical-7c7afa854196efd6b86b0580677506a8ce550bdf.tar.gz historical-7c7afa854196efd6b86b0580677506a8ce550bdf.tar.bz2 historical-7c7afa854196efd6b86b0580677506a8ce550bdf.zip |
fixed bug.
Diffstat (limited to 'app-i18n/canna')
-rw-r--r-- | app-i18n/canna/canna-3.6-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/canna/canna-3.6-r1.ebuild b/app-i18n/canna/canna-3.6-r1.ebuild index 7687c5b314fe..ea28a0924e8b 100644 --- a/app-i18n/canna/canna-3.6-r1.ebuild +++ b/app-i18n/canna/canna-3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.6-r1.ebuild,v 1.1 2002/12/02 14:41:51 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.6-r1.ebuild,v 1.2 2002/12/03 05:37:25 nakano Exp $ MY_P="Canna36p1" S="${WORKDIR}/${MY_P}" @@ -36,5 +36,6 @@ src_install () { dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS* exeinto /etc/init.d ; newexe ${FILESDIR}/canna.initd canna || die insinto /etc/conf.d ; newins ${FILESDIR}/canna.confd canna || die + touch ${D}/var/log/canna/.keep || die } |