At Thu, 13 Nov 2003 10:12:34 +0100,
Magnus Larsson wrote:
> 
> More on problems with alsa modules with kernel 2.4.22 in debian
> (relating to previous post): 
> 
> When I try to compile modules manually, all works well until I run make
> install, and the following error message comes: 
> 
> if [ -d /sbin/init.d ]; then \
>   install -m 755 -g  -o  utils/alsasound /sbin/init.d/alsasound; \
> elif [ -d /etc/rc.d/init.d ]; then \
>   install -m 755 -g  -o  utils/alsasound /etc/rc.d/init.d/alsasound; \
> elif [ -d /etc/init.d ]; then \
>   install -m 755 -g  -o  utils/alsasound /etc/init.d/alsasound; \
> fi
> install: invalid group `-o'
> make: *** [install-scripts] Error 1
> 
> 
> Anyone got any suggestions?

did you set IGROUP and IUSER env. variables?
usually they are not set and the default values (root.root) are set in
Makefile.  but in your case they seem to be set already.

you can set these variables explicitly, namely,

        # make IGROUP=root IUSER=root install


Takashi


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to