diff options
author | Sergey Kuleshov <svyatogor@gentoo.org> | 2005-09-25 15:59:18 +0000 |
---|---|---|
committer | Sergey Kuleshov <svyatogor@gentoo.org> | 2005-09-25 15:59:18 +0000 |
commit | 1387c3ed70d0ae825f6a171f68128fc18ef5c989 (patch) | |
tree | c69df4a8e0fd6b29f5afa1c0ecb321c70e127691 /eclass/rox.eclass | |
parent | Added debug to IUSE for --with-debug configure option; also updated fcron-2.0... (diff) | |
download | historical-1387c3ed70d0ae825f6a171f68128fc18ef5c989.tar.gz historical-1387c3ed70d0ae825f6a171f68128fc18ef5c989.tar.bz2 historical-1387c3ed70d0ae825f6a171f68128fc18ef5c989.zip |
fixed python_mod_optimize line ( -> )
Diffstat (limited to 'eclass/rox.eclass')
-rw-r--r-- | eclass/rox.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/rox.eclass b/eclass/rox.eclass index a8ac2f1061c2..877714b223d7 100644 --- a/eclass/rox.eclass +++ b/eclass/rox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/rox.eclass,v 1.8 2005/09/25 12:30:26 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/rox.eclass,v 1.9 2005/09/25 15:59:18 svyatogor Exp $ # ROX eclass Version 2 @@ -94,7 +94,7 @@ EOF chmod 755 ${D}/usr/bin/${APPNAME} #now compile any and all python files - python_mod_optimize $D/usr/lib/rox/${APPNAME} >/dev/null 2>&1 + python_mod_optimize ${D}/usr/lib/rox/${APPNAME} >/dev/null 2>&1 } rox_pkg_postinst() { |