summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/sourcenav/sourcenav-5.1.1.ebuild')
-rw-r--r--dev-util/sourcenav/sourcenav-5.1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/sourcenav/sourcenav-5.1.1.ebuild b/dev-util/sourcenav/sourcenav-5.1.1.ebuild
index f2876fb649e5..5821af9b6378 100644
--- a/dev-util/sourcenav/sourcenav-5.1.1.ebuild
+++ b/dev-util/sourcenav/sourcenav-5.1.1.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/dev-util/sourcenav/sourcenav-5.1.1.ebuild,v 1.6 2003/07/12 14:28:13 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/sourcenav/sourcenav-5.1.1.ebuild,v 1.7 2003/09/06 08:39:23 msterret Exp $
S=${WORKDIR}/build
@@ -37,8 +37,8 @@ src_compile() {
src_install() {
make DESTDIR=${D} \
install-snavigator || die
-
+
chmod -Rf 755 ${D}/usr/share/doc/${P}/demos
dodir /etc/env.d
- echo "PATH=/usr/snavigator/bin" > ${D}/etc/env.d/10snavigator
+ echo "PATH=/usr/snavigator/bin" > ${D}/etc/env.d/10snavigator
}