diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-05 21:13:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-05 21:13:34 +0000 |
commit | 5e807ead916bd1dcf1cd02b19c273620a81c471b (patch) | |
tree | 4c7470dbc59a45718711df47ceb7bb080fa9d53f /app-misc/rox | |
parent | removed sparc 2.0 profile (diff) | |
download | gentoo-2-5e807ead916bd1dcf1cd02b19c273620a81c471b.tar.gz gentoo-2-5e807ead916bd1dcf1cd02b19c273620a81c471b.tar.bz2 gentoo-2-5e807ead916bd1dcf1cd02b19c273620a81c471b.zip |
small cleanups
Diffstat (limited to 'app-misc/rox')
-rw-r--r-- | app-misc/rox/rox-1.2.1-r1.ebuild | 11 | ||||
-rw-r--r-- | app-misc/rox/rox-1.3.2-r2.ebuild | 15 |
2 files changed, 14 insertions, 12 deletions
diff --git a/app-misc/rox/rox-1.2.1-r1.ebuild b/app-misc/rox/rox-1.2.1-r1.ebuild index 5af28baa2bd1..e41375089242 100644 --- a/app-misc/rox/rox-1.2.1-r1.ebuild +++ b/app-misc/rox/rox-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.1-r1.ebuild,v 1.2 2002/10/04 04:57:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.1-r1.ebuild,v 1.3 2002/10/05 21:13:34 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager" @@ -25,15 +25,16 @@ src_install() { CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2" cd ${WORKDIR}/${BP}/Choices - mkdir -p ${D}/usr/share/Choices + dodir /usr/share/Choices cp -rf MIME-icons/ ${D}/usr/share/Choices/ cp -rf MIME-info/ ${D}/usr/share/Choices/ cp -rf MIME-types/ ${D}/usr/share/Choices/ - cd ${WORKDIR}/${P} + cd ${S} doman rox.1 - mkdir -p ${D}/usr/share/rox - mkdir -p ${D}/usr/bin + dodir /usr/share/rox + dodir /usr/bin + cp -rf ROX-Filer/ ${D}/usr/share/ ${D}/usr/share/ROX-Filer/AppRun --compile echo "#!/bin/sh" > "${D}/usr/bin/rox" diff --git a/app-misc/rox/rox-1.3.2-r2.ebuild b/app-misc/rox/rox-1.3.2-r2.ebuild index f3afbf5348ac..ed5b2d600341 100644 --- a/app-misc/rox/rox-1.3.2-r2.ebuild +++ b/app-misc/rox/rox-1.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.3.2-r2.ebuild,v 1.1 2002/07/30 15:46:50 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.3.2-r2.ebuild,v 1.2 2002/10/05 21:13:34 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager" @@ -26,18 +26,19 @@ src_install() { # libxml2 header fix CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2" - cd ${WORKDIR}/${P}/Choices - mkdir -p ${D}/usr/share/Choices + cd ${S}/Choices + + dodir /usr/share/Choices cp -rf MIME-icons/ ${D}/usr/share/Choices/ cp -rf MIME-types/ ${D}/usr/share/Choices/ - cd ${WORKDIR}/${P} + cd ${S} doman rox.1 - mkdir -p ${D}/usr/share/mime/mime-info - cp rox.mimeinfo ${D}/usr/share/mime/mime-info + insinto /usr/share/mime/mime-info + doins rox.mimeinfo - mkdir -p ${D}/usr/bin + dodir /usr/bin cp -rf ROX-Filer/ ${D}/usr/share/ ${D}/usr/share/ROX-Filer/AppRun --compile (cd ${D}/usr/share/ROX-Filer/src; make clean) > /dev/null |