diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-19 21:16:58 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-19 21:16:58 +0000 |
commit | 40b83134301f7f15f321b55070844c8c70b9db22 (patch) | |
tree | 86e171aea8cad3a28c8c67a7cf94d494f12a6712 /games-action/descent3 | |
parent | Added ~amd64. Closing bug #45156. (diff) | |
download | historical-40b83134301f7f15f321b55070844c8c70b9db22.tar.gz historical-40b83134301f7f15f321b55070844c8c70b9db22.tar.bz2 historical-40b83134301f7f15f321b55070844c8c70b9db22.zip |
Added -p to mkdir. Closing bug #43427. Thanks, dad... ;]
Diffstat (limited to 'games-action/descent3')
-rw-r--r-- | games-action/descent3/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/descent3/Manifest | 4 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 871f4c51c4d9..7be9fd6bb32e 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/descent3 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.3 2004/02/15 23:37:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.4 2004/03/19 21:16:58 wolf31o2 Exp $ + + 19 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b.ebuild: + Added -p to mkdir. Closing bug #43427. 15 Feb 2004; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b.ebuild: Updated to use new cdrom_get_cds routine in eutils.eclass. diff --git a/games-action/descent3/Manifest b/games-action/descent3/Manifest index 1b36a01544fb..d32b290918cd 100644 --- a/games-action/descent3/Manifest +++ b/games-action/descent3/Manifest @@ -1,5 +1,5 @@ -MD5 89869f17aadd9139fc718fe0e64df09a ChangeLog 528 +MD5 ba955261c1f216618ce0f429f8fab975 ChangeLog 649 MD5 e43b9b7575f9c659feedda43ab915f01 metadata.xml 630 -MD5 b0bf8c1ae2080aa840040776b76e70ae descent3-1.4.0b.ebuild 2695 +MD5 bca97ed31cb84893959a0728da1821f5 descent3-1.4.0b.ebuild 2698 MD5 d2af265a871305bb7fa493725388a58d files/digest-descent3-1.4.0b 138 MD5 5fa77308aec1bb4ed9a32b2ed363148e files/descent3 43 diff --git a/games-action/descent3/descent3-1.4.0b.ebuild b/games-action/descent3/descent3-1.4.0b.ebuild index 950e6d4a092c..c3081f3701cd 100644 --- a/games-action/descent3/descent3-1.4.0b.ebuild +++ b/games-action/descent3/descent3-1.4.0b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b.ebuild,v 1.2 2004/02/15 23:37:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b.ebuild,v 1.3 2004/03/19 21:16:58 wolf31o2 Exp $ inherit games @@ -38,7 +38,7 @@ pkg_setup() { } src_unpack() { - mkdir ${S}/{a,b} + mkdir -p ${S}/{a,b} cd ${S}/a unpack_makeself ${PN}-1.4.0a-x86.run cd ${S}/b |