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 | 244e46bc3de7f135ce81290feab4146441cdf820 (patch) | |
tree | cad10e7614d8ab1193f7d49b9ffd8e452b4aa58e /games-action/descent3 | |
parent | Added ~amd64. Closing bug #45156. (Manifest recommit) (diff) | |
download | gentoo-2-244e46bc3de7f135ce81290feab4146441cdf820.tar.gz gentoo-2-244e46bc3de7f135ce81290feab4146441cdf820.tar.bz2 gentoo-2-244e46bc3de7f135ce81290feab4146441cdf820.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/descent3-1.4.0b.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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 |