pentoo-installer: remove debug option now that we have logging

This commit is contained in:
Rick Farina (Zero_Chaos) 2015-11-06 00:49:02 -05:00
parent 06f4cc2529
commit c102a7bbaf

View file

@ -12,16 +12,15 @@ EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
#if [[ "${PV}" == "99999999" ]] ; then
if [[ "${PV}" == "99999999" ]] ; then
KEYWORDS=""
#else
# KEYWORDS="amd64 x86"
# ESVN_REVISION="head"
#fi
else
KEYWORDS="amd64 x86"
SRC_URI="https://dev.pentoo.ch/~zero/distfiles/${P}.tar.xz"
fi
IUSE="debug"
IUSE=""
#DEPEND="app-arch/xz-utils"
PDEPEND="dev-util/dialog
sys-apps/util-linux
sys-block/parted
@ -35,7 +34,6 @@ PDEPEND="dev-util/dialog
src_install() {
dodir /usr/
cp -R "${S}"/* "${ED}"/usr/ || die "Copy files failed"
use debug && sed -i 's:#!/bin/bash:#!/bin/bash -x:' $(find "${ED}" -type f)
exeinto /root/Desktop/
doexe share/applications/pentoo-installer.desktop
}