# HG changeset patch # User Christopher Rogers # Date 1334871210 0 # Node ID a82cb1d0160a2fca0ffb3671ff401cee76a86fe6 # Parent 7fc02c677e62b05eb14f05d94352395f1aad844b Up: alsa-utils to 1.0.25. diff -r 7fc02c677e62 -r a82cb1d0160a alsa-utils/receipt --- a/alsa-utils/receipt Thu Apr 19 21:32:34 2012 +0000 +++ b/alsa-utils/receipt Thu Apr 19 21:33:30 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="alsa-utils" -VERSION="1.0.24.2" +VERSION="1.0.25" CATEGORY="multimedia" SHORT_DESC="Alsa sound system utilities et config tools." MAINTAINER="pankso@slitaz.org" @@ -10,7 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.alsa-project.org/" WGET_URL="ftp://ftp.alsa-project.org/pub/utils/$TARBALL" -CONFIG_FILES="/etc/asound.state" +CONFIG_FILES="/var/lib/alsa/asound.state" # Rules to configure and make the package. compile_rules() @@ -23,7 +23,7 @@ --disable-xmlto \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.