]> git.pld-linux.org Git - packages/alsa-utils.git/blob - alsa-utils-DESTDIR.patch
e50ba74d88f7dcd54e53c37709dd1903aa117b6f
[packages/alsa-utils.git] / alsa-utils-DESTDIR.patch
1 --- Makefile.old        Tue May 25 15:13:25 1999
2 +++ Makefile    Tue May 25 15:14:32 1999
3 @@ -23,19 +23,19 @@
4         @echo
5  
6  install: all
7 -       $(INSTALL) -m 755 -o root -g root -d ${sbindir}
8 -       $(INSTALL) -s -m 755 -o root -g root alsactl/alsactl ${sbindir}
9 -       $(INSTALL) -m 644 -o root -g root alsactl/alsactl.1 ${mandir}/man1
10 -       $(INSTALL) -m 755 -o root -g root -d ${bindir}
11 -       $(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir}
12 -       ln -sf aplay ${bindir}/arecord
13 -       $(INSTALL) -s -m 755 -o root -g root amixer/amixer ${bindir}
14 -       $(INSTALL) -d -m 755 -o root -g root ${mandir}/man1
15 -       $(INSTALL) -m 644 -o root -g root amixer/amixer.1 ${mandir}/man1
16 -       $(INSTALL) -s -m 755 -o root -g root alsamixer/alsamixer ${bindir}
17 -       $(INSTALL) -m 644 -o root -g root alsamixer/alsamixer.1 ${mandir}/man1
18 -       $(INSTALL) -m 644 -o root -g root aplay/arecord.1 ${mandir}/man1
19 -       ln -sf arecord.1 ${mandir}/man1/aplay.1
20 +       $(INSTALL) -m 755 -d $(DESTDIR)${sbindir}
21 +       $(INSTALL) -s -m 755 alsactl/alsactl $(DESTDIR)${sbindir}
22 +       $(INSTALL) -m 644 alsactl/alsactl.1 $(DESTDIR)${mandir}/man1
23 +       $(INSTALL) -m 755 -d $(DESTDIR)${bindir}
24 +       $(INSTALL) -s -m 755 aplay/aplay $(DESTDIR)${bindir}
25 +       ln -sf aplay $(DESTDIR)${bindir}/arecord
26 +       $(INSTALL) -s -m 755 amixer/amixer $(DESTDIR)${bindir}
27 +       $(INSTALL) -d -m 755 $(DESTDIR)${mandir}/man1
28 +       $(INSTALL) -m 644 amixer/amixer.1 $(DESTDIR)${mandir}/man1
29 +       $(INSTALL) -s -m 755 alsamixer/alsamixer $(DESTDIR)${bindir}
30 +       $(INSTALL) -m 644 alsamixer/alsamixer.1 $(DESTDIR)${mandir}/man1
31 +       $(INSTALL) -m 644 aplay/arecord.1 $(DESTDIR)${mandir}/man1
32 +       echo .so arecord.1 > $(DESTDIR)${mandir}/man1/aplay.1
33  
34  clean:
35         $(MAKE) -C include clean
This page took 0.07036 seconds and 3 git commands to generate.