Skip to content

Commit

Permalink
use QA_PREBUILT; add dies
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Sterrett committed Oct 30, 2015
1 parent bad2975 commit 89d119b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions games-server/etqw-ded/etqw-ded-1.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ RDEPEND="sys-libs/glibc"
S=${WORKDIR}/data
dir=${GAMES_PREFIX_OPT}/${PN}

QA_TEXTRELS="${dir:1}/pb/*.so"
QA_EXECSTACK="${dir:1}/*.x86
QA_PREBUILT="${dir:1}/pb/*.so
${dir:1}/*.x86
${dir:1}/*.so*"

pkg_nofetch() {
einfo "Please download ${A} from ${HOMEPAGE} and copy it to ${DISTDIR}"
}

src_unpack() {
tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip
tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip || die
unpack ./${A}.zip
rm -f ${A}.zip
rm -f ${A}.zip || die
}

src_install() {
Expand Down

0 comments on commit 89d119b

Please sign in to comment.