summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:34:02 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:34:02 +0000
commitea241f932a742071d44d42d35315d4bfb3d047fc (patch)
treea2881f0cf4875469ee16dc0fb62d3ef99cd051f6 /app-text/rfcutil
parentremoved old crusty ebuilds (diff)
downloadhistorical-ea241f932a742071d44d42d35315d4bfb3d047fc.tar.gz
historical-ea241f932a742071d44d42d35315d4bfb3d047fc.tar.bz2
historical-ea241f932a742071d44d42d35315d4bfb3d047fc.zip
syntax fixes
Diffstat (limited to 'app-text/rfcutil')
-rw-r--r--app-text/rfcutil/rfcutil-3.2.3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-text/rfcutil/rfcutil-3.2.3.ebuild b/app-text/rfcutil/rfcutil-3.2.3.ebuild
index e62eb6dcb468..e627389135b9 100644
--- a/app-text/rfcutil/rfcutil-3.2.3.ebuild
+++ b/app-text/rfcutil/rfcutil-3.2.3.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-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.2 2002/08/16 02:42:02 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.3 2002/11/04 17:34:02 seemant Exp $
MY_PN="rfc"
MY_P="${MY_PN}-${PV}"
@@ -26,7 +26,10 @@ src_install () {
newbin ${MY_P} ${MY_PN}
doman ${MY_PN}.1
dodoc CHANGELOG INSTALL KNOWN_BUGS README
- mkdir -p ${D}/var/cache/rfc/
+
+ touch ${S}/.keep
+ insinto /var/cache/rfc
+ doins .keep
}
pkg_postinst () {