summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-29 18:56:12 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-29 18:56:12 +0000
commit217d2446ef0e6e62c7b463f0b5d4cf6053f70f72 (patch)
treeca115f50c1e90b3c58754e5989e63b6c90897613 /app-office/siag
parent fixed the dodoc section of install. (diff)
downloadgentoo-2-217d2446ef0e6e62c7b463f0b5d4cf6053f70f72.tar.gz
gentoo-2-217d2446ef0e6e62c7b463f0b5d4cf6053f70f72.tar.bz2
gentoo-2-217d2446ef0e6e62c7b463f0b5d4cf6053f70f72.zip
Other missed files
Diffstat (limited to 'app-office/siag')
-rw-r--r--app-office/siag/files/10siag4
-rw-r--r--app-office/siag/siag-3.4.7.ebuild5
2 files changed, 7 insertions, 2 deletions
diff --git a/app-office/siag/files/10siag b/app-office/siag/files/10siag
new file mode 100644
index 000000000000..620adb31a5ae
--- /dev/null
+++ b/app-office/siag/files/10siag
@@ -0,0 +1,4 @@
+PATH=/opt/siag/bin
+ROOTPATH=/opt/siag/bin
+LDPATH=/opt/siag/lib
+MANDIR=/opt/siag/share/man
diff --git a/app-office/siag/siag-3.4.7.ebuild b/app-office/siag/siag-3.4.7.ebuild
index d3d5402433c7..d8e6d6dcbc9b 100644
--- a/app-office/siag/siag-3.4.7.ebuild
+++ b/app-office/siag/siag-3.4.7.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.4.7.ebuild,v 1.2 2001/04/28 08:04:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.4.7.ebuild,v 1.3 2001/04/29 18:56:12 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A free Office package for Linux"
@@ -48,6 +48,7 @@ src_compile() {
src_install () {
try make DESTDIR=${D} install
-
+ insinto /etc/env.d
+ doins ${FILESDIR}/10siag
}