diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-30 23:55:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-30 23:55:32 +0000 |
commit | fbe53666173556d54725358312c1bfb44259887f (patch) | |
tree | a467aea2432094ec8b16b5222303ee1c47f86303 /app-misc/rox | |
parent | comment fix (diff) | |
download | gentoo-2-fbe53666173556d54725358312c1bfb44259887f.tar.gz gentoo-2-fbe53666173556d54725358312c1bfb44259887f.tar.bz2 gentoo-2-fbe53666173556d54725358312c1bfb44259887f.zip |
cleanup
Diffstat (limited to 'app-misc/rox')
-rw-r--r-- | app-misc/rox/rox-1.2.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/rox/rox-1.2.0.ebuild b/app-misc/rox/rox-1.2.0.ebuild index 172bd9452b84..1c8476e7e3a7 100644 --- a/app-misc/rox/rox-1.2.0.ebuild +++ b/app-misc/rox/rox-1.2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bart Verwilst <verwilst@gentoo.org> -# /home/cvsroot/gentoo-x86/app-misc/rox/rox-1.1.8.ebuild $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.0.ebuild,v 1.2 2002/04/30 23:55:32 seemant Exp $ HOMEPAGE="http://rox.sourceforge.net" DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager" @@ -20,7 +20,7 @@ RDEPEND="${DEPEND}" src_install() { - # libxml2 header fix + # libxml2 header fix CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2" cd ${WORKDIR}/rox-base-1.0.1/Choices @@ -36,7 +36,7 @@ src_install() { cp -rf ROX-Filer/ ${D}/usr/share/ ${D}/usr/share/ROX-Filer/AppRun --compile echo "#!/bin/sh" > "${D}/usr/bin/rox" - echo "exec /usr/share/ROX-Filer/AppRun \"\$@\"" >> "${D}/usr/bin/rox" - chmod a+x ${D}/usr/bin/rox + echo "exec /usr/share/ROX-Filer/AppRun \"\$@\"" >> "${D}/usr/bin/rox" + chmod a+x ${D}/usr/bin/rox } |