blob: 6e62cc9b5b2128e784b0a159df4b01a3e091339d [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
CROS_WORKON_COMMIT="c2ed6f9c7d8528474c8df4c0581cf8917e7e64f6"
CROS_WORKON_PROJECT="chromiumos/platform/userfeedback"
inherit cros-workon
DESCRIPTION="Log scripts used by userfeedback to report cros system information"
HOMEPAGE="http://www.chromium.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="arm x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
src_install() {
exeinto /usr/share/userfeedback/scripts
doexe scripts/* || die "Could not copy scripts"
insinto /usr/share/userfeedback/etc
doins etc/* || die "Could not copy etc"
}