summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-07-30 20:45:10 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-07-30 20:45:10 +0000
commit1af274df9225464fd77333fc73d70f6685c1e9c1 (patch)
treeb204578d27d2cfb71c4fba3ce78547f605e2bb45 /media-gfx/maya/maya-5.0.1-r1.ebuild
parent~amd64 (diff)
downloadgentoo-2-1af274df9225464fd77333fc73d70f6685c1e9c1.tar.gz
gentoo-2-1af274df9225464fd77333fc73d70f6685c1e9c1.tar.bz2
gentoo-2-1af274df9225464fd77333fc73d70f6685c1e9c1.zip
Cleaned up init scripts. Removed 6.0 since nobody ever gave me a CD to complete the ebuild with. 6.5 will be coming shortly.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-gfx/maya/maya-5.0.1-r1.ebuild')
-rw-r--r--media-gfx/maya/maya-5.0.1-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-gfx/maya/maya-5.0.1-r1.ebuild b/media-gfx/maya/maya-5.0.1-r1.ebuild
index eff5497ea868..614ba05f32de 100644
--- a/media-gfx/maya/maya-5.0.1-r1.ebuild
+++ b/media-gfx/maya/maya-5.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-5.0.1-r1.ebuild,v 1.11 2005/05/06 14:33:10 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-5.0.1-r1.ebuild,v 1.12 2005/07/30 20:45:10 eradicator Exp $
# Note that this ebuild requires you to set the MAYA_INSTALL_LOC environment
# variable to the location of your maya RPMS and documentation:
@@ -193,6 +193,11 @@ src_install() {
# Fix permissions
find ${D}/usr/aw -type d -exec chmod 755 {} \;
+
+ # Actually place everything in /opt since this is a binary package
+ dodir /opt
+ mv ${D}/usr/aw ${D}/opt
+ dosym ../opt/aw /usr/aw
}
pkg_postinst() {