--- Makefile.hacked 2003-05-23 11:24:05.000000000 +0100 +++ Makefile 2003-08-05 21:19:05.809762711 +0100 @@ -107,7 +107,7 @@ mv -f snd.map1 snd.map .PHONY: install -install: install-modules install-headers install-scripts check-snd-prefix +install: install-modules install-headers check-snd-prefix @if [ -L /dev/snd ]; then \ echo "The ALSA devices were removed from /proc/asound/dev directory." ; \ echo "Creating static device entries in /dev/snd." ; \ @@ -146,16 +146,6 @@ -/sbin/depmod -a -b $(DESTDIR)/ $(SYSTEM_MAP_OPT) $(kaversion) endif -.PHONY: install-scripts -install-scripts: - if [ -d $(DESTDIR)/sbin/init.d ]; then \ - install -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound $(DESTDIR)/sbin/init.d/alsasound; \ - elif [ -d $(DESTDIR)/etc/rc.d/init.d ]; then \ - install -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound $(DESTDIR)/etc/rc.d/init.d/alsasound; \ - elif [ -d $(DESTDIR)/etc/init.d ]; then \ - install -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound $(DESTDIR)/etc/init.d/alsasound; \ - fi - .PHONY: check-snd-prefix check-snd-prefix: @ if [ x"$(DESTDIR)" = x ]; then \