summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-05-14 19:31:46 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-05-14 19:31:46 +0000
commit9599041fe09a878ba1d202398b5943cbbdb9a6ff (patch)
treecdaf89e11cb197d6088dae300237cc40d3cd26d5 /games-roguelike
parentadd splitdebug restrict (diff)
downloadgentoo-2-9599041fe09a878ba1d202398b5943cbbdb9a6ff.tar.gz
gentoo-2-9599041fe09a878ba1d202398b5943cbbdb9a6ff.tar.bz2
gentoo-2-9599041fe09a878ba1d202398b5943cbbdb9a6ff.zip
remove leading slash from QA_PREBUILT paths
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/FTL/FTL-1.03.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-roguelike/FTL/FTL-1.03.1.ebuild b/games-roguelike/FTL/FTL-1.03.1.ebuild
index 49b1fa90a54b..4d9652f4e2fc 100644
--- a/games-roguelike/FTL/FTL-1.03.1.ebuild
+++ b/games-roguelike/FTL/FTL-1.03.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.03.1.ebuild,v 1.9 2013/05/14 19:30:35 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.03.1.ebuild,v 1.10 2013/05/14 19:31:46 hasufell Exp $
# TODO: update libpng to slot 1.5 when stable
@@ -29,8 +29,8 @@ RDEPEND="
sys-libs/zlib
)"
-QA_PREBUILT="${GAMES_PREFIX_OPT}/${PN}/bin/${PN}
- ${GAMES_PREFIX_OPT}/${PN}/lib/*"
+QA_PREBUILT="${GAMES_PREFIX_OPT#/}/${PN}/bin/${PN}
+ ${GAMES_PREFIX_OPT#/}/${PN}/lib/*"
S=${WORKDIR}/${PN}