alsa-state.bb: Bump forgotten RP and clean up some trailing whitespaces.
authorStefan Schmidt <stefan@datenfreihafen.org>
Sun, 19 Aug 2007 17:50:11 +0000 (17:50 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Sun, 19 Aug 2007 17:50:11 +0000 (17:50 +0000)
packages/alsa/alsa-state.bb

index 35c8f5d..00669e4 100644 (file)
@@ -1,7 +1,7 @@
 #! /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
@@ -11,7 +11,7 @@ DESCRIPTION = "Default ALSA configuration"
 LICENSE = "GPL"
 RRECOMMENDS_alsa-state = "alsa-states"
 PV = "0.0.4"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "file://asound.state \
            file://alsa-state "
@@ -32,7 +32,7 @@ INITSCRIPT_PARAMS = "defaults 10"
 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}
 }
 
@@ -48,7 +48,7 @@ pkg_postinst_${PN}() {
                if test -x /usr/sbin/alsactl
                then
                        /usr/sbin/alsactl -f ${sysconfdir}/asound.state restore
-               fi      
+               fi
        fi
 }