diff options
author | Ray Russell Reese III <anti@gentoo.org> | 2004-02-09 05:33:16 +0000 |
---|---|---|
committer | Ray Russell Reese III <anti@gentoo.org> | 2004-02-09 05:33:16 +0000 |
commit | 660b35ba8e4a2b8a8e261bfe43e8c15c435f1f83 (patch) | |
tree | fed333bec7351196602869e41876ae0ad49e137b /app-editors/jedit/jedit-4.1.ebuild | |
parent | Changing x11-base/xfree-4.3.0-r4 mask to x11-base/xfree-4.3.0-r5, for work-in... (diff) | |
download | gentoo-2-660b35ba8e4a2b8a8e261bfe43e8c15c435f1f83.tar.gz gentoo-2-660b35ba8e4a2b8a8e261bfe43e8c15c435f1f83.tar.bz2 gentoo-2-660b35ba8e4a2b8a8e261bfe43e8c15c435f1f83.zip |
Fixed .keep stuff to use keepdir
Diffstat (limited to 'app-editors/jedit/jedit-4.1.ebuild')
-rw-r--r-- | app-editors/jedit/jedit-4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/jedit/jedit-4.1.ebuild b/app-editors/jedit/jedit-4.1.ebuild index 1dd0f3ac9ee4..ed4ed7a0f745 100644 --- a/app-editors/jedit/jedit-4.1.ebuild +++ b/app-editors/jedit/jedit-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.1.ebuild,v 1.5 2004/01/01 05:55:02 anti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.1.ebuild,v 1.6 2004/02/09 05:33:16 anti Exp $ MY_PV="41" @@ -57,11 +57,11 @@ src_install () { chmod 755 ${D}/usr/share/jedit/jedit.sh ln -s ../share/jedit/jedit.sh ${D}/usr/bin/jedit + + keepdir /usr/share/jedit/jars } pkg_postinst() { - touch /usr/share/jedit/jars/.keep - einfo "The system directory for jEdit plugins is" einfo "/usr/share/jedit/jars" } |