summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:34:34 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:34:34 +0000
commitbe3dcc74eadeff17924ae5e37ec2cd9f70276335 (patch)
tree6caf0b6cffdf6cc05ec8753228f275ba051c44a4 /app-text/rfcutil
parentremoved old crusty ebuilds (diff)
downloadgentoo-2-be3dcc74eadeff17924ae5e37ec2cd9f70276335.tar.gz
gentoo-2-be3dcc74eadeff17924ae5e37ec2cd9f70276335.tar.bz2
gentoo-2-be3dcc74eadeff17924ae5e37ec2cd9f70276335.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 () {