Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv29294

Modified Files:
        Makefile 
Log Message:
Uros Bizjak <[EMAIL PROTECTED]> fixes

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- Makefile    13 Nov 2003 17:41:15 -0000      1.100
+++ Makefile    24 Nov 2003 08:04:14 -0000      1.101
@@ -125,7 +125,7 @@
        @if [ -L /dev/snd ]; then \
                echo "The ALSA devices were removed from /proc/asound/dev directory." 
; \
                echo "Creating static device entries in /dev/snd." ; \
-               $(TOPDIR)/snddevices ; \
+               $(SND_TOPDIR)/snddevices ; \
        fi
        cat WARNING
 
@@ -173,7 +173,7 @@
 .PHONY: check-snd-prefix
 check-snd-prefix:
        @ if [ x"$(DESTDIR)" = x ]; then \
-         if modprobe -c | grep -s -q snd_; then \
+         if /sbin/modprobe -c | grep -s -q snd_; then \
            echo;\
            echo "             ===== WARNING =====";\
            echo;\



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to