summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-24 00:23:17 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-24 00:23:17 +0000
commit47b7bb8d8c4c6776170a9424c9f55632a85e2986 (patch)
tree10dfe7c1c1a98882ce48fad6ee2e2e227700630a /dev-games/gtkradiant
parentVersion bump to resolve insecure tempfile usage #101773. (diff)
downloadgentoo-2-47b7bb8d8c4c6776170a9424c9f55632a85e2986.tar.gz
gentoo-2-47b7bb8d8c4c6776170a9424c9f55632a85e2986.tar.bz2
gentoo-2-47b7bb8d8c4c6776170a9424c9f55632a85e2986.zip
cp -a -> cp -pPR #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-games/gtkradiant')
-rw-r--r--dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild4
-rw-r--r--dev-games/gtkradiant/gtkradiant-1.5.0_pre20050626.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild
index 26f645d9494d..02f835d38509 100644
--- a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild
+++ b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.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/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild,v 1.3 2005/03/20 19:34:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/gtkradiant-1.5.0_pre20041205.ebuild,v 1.4 2005/08/24 00:22:23 vapier Exp $
inherit eutils games rpm
@@ -33,7 +33,7 @@ src_install() {
local dir="${GAMES_PREFIX_OPT}/${PN}"
dodir "${dir}"
- cp -a * "${D}/${dir}/"
+ cp -pPR * "${D}/${dir}/"
games_make_wrapper q3map2 ./q3map2.x86 "${dir}"
games_make_wrapper radiant ./radiant.x86 "${dir}"
diff --git a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20050626.ebuild b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20050626.ebuild
index 794babc7a0e8..f4cd39c4ef4d 100644
--- a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20050626.ebuild
+++ b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20050626.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/dev-games/gtkradiant/gtkradiant-1.5.0_pre20050626.ebuild,v 1.1 2005/08/04 04:39:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/gtkradiant-1.5.0_pre20050626.ebuild,v 1.2 2005/08/24 00:22:23 vapier Exp $
inherit eutils games rpm
@@ -33,7 +33,7 @@ src_install() {
local dir="${GAMES_PREFIX_OPT}/${PN}"
dodir "${dir}"
- cp -a * "${D}/${dir}/"
+ cp -pPR * "${D}/${dir}/"
games_make_wrapper q3map2 ./q3map2.x86 "${dir}"
games_make_wrapper radiant ./radiant.x86 "${dir}"