blob: 68092296bf648d24702017c34f412c9e58da7ec6 [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="b38fe5ff0dba913d71b78f6c69d2f95523ae0b18"
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="amd64 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"
}