diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 11:46:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 11:46:39 +0000 |
commit | 2861689d54902b4b113c1c9d7423aaac3db26f27 (patch) | |
tree | 086d968e3d1289ca87477302698f3aa43951e6d1 /sys-apps | |
parent | Remove GNUish cp -a call. Bug #103487. (diff) | |
download | gentoo-2-2861689d54902b4b113c1c9d7423aaac3db26f27.tar.gz gentoo-2-2861689d54902b4b113c1c9d7423aaac3db26f27.tar.bz2 gentoo-2-2861689d54902b4b113c1c9d7423aaac3db26f27.zip |
Remove GNUish cp -a call. Bug #103487.
(Portage version: 2.0.53)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mindi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mindi/mindi-1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/mindi/ChangeLog b/sys-apps/mindi/ChangeLog index 162aa7db831c..2f43c5a2e9e0 100644 --- a/sys-apps/mindi/ChangeLog +++ b/sys-apps/mindi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mindi # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/ChangeLog,v 1.20 2005/09/17 00:32:43 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/ChangeLog,v 1.21 2005/12/16 11:43:37 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> mindi-1.11.ebuild: + Remove GNUish cp -a call. Bug #103487. 17 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/sys-apps/mindi/mindi-1.11.ebuild b/sys-apps/mindi/mindi-1.11.ebuild index 415c3eac5604..cee057127e6a 100644 --- a/sys-apps/mindi/mindi-1.11.ebuild +++ b/sys-apps/mindi/mindi-1.11.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/sys-apps/mindi/mindi-1.11.ebuild,v 1.1 2005/01/22 10:24:42 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/mindi-1.11.ebuild,v 1.2 2005/12/16 11:43:37 flameeyes Exp $ DESCRIPTION="A program that creates emergency boot disks/CDs using your kernel, tools and modules." HOMEPAGE="http://www.mondorescue.org/" @@ -45,7 +45,7 @@ src_install() { doins deplist.txt dev.tgz isolinux-H.cfg isolinux.cfg \ msg-txt sys-disk.raw.gz syslinux-H.cfg syslinux.cfg - cp -a Mindi/ aux-tools/ rootfs/ ${D}/usr/share/mindi/ + cp -pPR Mindi/ aux-tools/ rootfs/ ${D}/usr/share/mindi/ dodoc CHANGES INSTALL README TODO } |