summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/triptych-demo')
-rw-r--r--games-puzzle/triptych-demo/ChangeLog8
-rw-r--r--games-puzzle/triptych-demo/triptych-demo-0.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/triptych-demo/ChangeLog b/games-puzzle/triptych-demo/ChangeLog
index d7b9d334603c..a7f1049643d0 100644
--- a/games-puzzle/triptych-demo/ChangeLog
+++ b/games-puzzle/triptych-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/triptych-demo
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/ChangeLog,v 1.2 2004/12/14 00:12:44 vapier Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/ChangeLog,v 1.3 2005/08/23 19:02:05 wolf31o2 Exp $
+
+ 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ triptych-demo-0.ebuild:
+ cp -a -> cp -dpR for bug #103487.
13 Dec 2004; Mike Frysinger <vapier@gentoo.org> triptych-demo-0.ebuild:
Fix permissions #74217 by Alexandru Toma.
diff --git a/games-puzzle/triptych-demo/triptych-demo-0.ebuild b/games-puzzle/triptych-demo/triptych-demo-0.ebuild
index a6e3ff1add46..dab24259d7d6 100644
--- a/games-puzzle/triptych-demo/triptych-demo-0.ebuild
+++ b/games-puzzle/triptych-demo/triptych-demo-0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.3 2005/02/12 01:02:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.4 2005/08/23 19:02:05 wolf31o2 Exp $
inherit games eutils
@@ -24,7 +24,7 @@ src_install() {
local dir=${GAMES_PREFIX_OPT}/${PN}
dodir ${dir} ${GAMES_BINDIR}
- cp -a * "${D}"/${dir}/
+ cp -dpR * "${D}"/${dir}/
games_make_wrapper triptych ./triptych ${dir}
prepgamesdirs