#! /bin/sh
#
# Copyright Matthias Hentges <devel@hentges.net> (c) 2007
-# License: MIT (see http://www.opensource.org/licenses/mit-license.php
+# License: MIT (see http://www.opensource.org/licenses/mit-license.php
# for a copy of the license)
#
# Filename: alsa-state.bb
LICENSE = "GPL"
RRECOMMENDS_alsa-state = "alsa-states"
PV = "0.0.4"
-PR = "r2"
+PR = "r3"
SRC_URI = "file://asound.state \
file://alsa-state "
do_install() {
install -d ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/alsa-state ${D}${sysconfdir}/init.d
-
+
install -m 0644 ${WORKDIR}/*.state ${D}${sysconfdir}
}
if test -x /usr/sbin/alsactl
then
/usr/sbin/alsactl -f ${sysconfdir}/asound.state restore
- fi
+ fi
fi
}