diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-04-13 13:40:46 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-04-13 13:40:46 +0000 |
commit | 0ddecb6afeaa69b377008226019b206c92535a76 (patch) | |
tree | 0f375566d051b868be5990ae27af6b1b5a050365 /sys-apps | |
parent | Fixing entry in updatedb.conf (now points to right doc dir) (diff) | |
download | historical-0ddecb6afeaa69b377008226019b206c92535a76.tar.gz historical-0ddecb6afeaa69b377008226019b206c92535a76.tar.bz2 historical-0ddecb6afeaa69b377008226019b206c92535a76.zip |
Fixing entry in updatedb.conf (now points to right doc dir)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/slocate/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r1.ebuild | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index e96a22a02984..7c3c02e4b935 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,7 +1,7 @@ -MD5 91bccdc70c99f733a02fb6c33f9b5bc4 ChangeLog 2057 +MD5 6c557723ca2cf67146284e6e28fe7f5b ChangeLog 2203 MD5 c70139b84478e8c4a547eb310a9c8770 slocate-2.6.ebuild 1543 MD5 deed52f5c90674617b64da43fdb30719 slocate-2.7.ebuild 1790 -MD5 3489dcacb588f182d31cc692b0dd6880 slocate-2.7-r1.ebuild 2282 +MD5 e866d7217f5b04a7a7ec0fc0624e4da4 slocate-2.7-r1.ebuild 2280 MD5 cd00fa09325061c98ee3f81fefa61014 files/updatedb.conf 578 MD5 2831adc800599b2ae5ee340beafc4e31 files/digest-slocate-2.6 62 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7 62 diff --git a/sys-apps/slocate/slocate-2.7-r1.ebuild b/sys-apps/slocate/slocate-2.7-r1.ebuild index 3d2f8a80ad8e..21d20a58f5a8 100644 --- a/sys-apps/slocate/slocate-2.7-r1.ebuild +++ b/sys-apps/slocate/slocate-2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r1.ebuild,v 1.4 2003/04/13 02:24:50 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r1.ebuild,v 1.5 2003/04/13 13:40:34 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="Secure locate provides a secure way to index and quickly search for files on your system (drop-in replacement for 'locate')" @@ -48,7 +48,7 @@ src_install() { # Make a fake updatedb.conf file, to shut slocate up echo "# There is a sample config file in :" > updatedb.conf - echo "# /usr/share/doc/${P}/updatedb.conf.gz" >> updatedb.conf + echo "# /usr/share/doc/${PF}/updatedb.conf.gz" >> updatedb.conf insinto /etc doins updatedb.conf fperms 0644 /etc/updatedb.conf @@ -74,6 +74,5 @@ pkg_postinst() { echo einfo "Please note that the /etc/updatedb.conf file is EMPTY" einfo "There is a sample configuration file in" - einfo "/usr/share/doc/${PN}-${PVR}" - + einfo "/usr/share/doc/${PF}" } |