]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- added using DESTDIR.
authorpius <pius@pld-linux.org>
Tue, 25 May 1999 14:16:51 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils-DESTDIR.patch -> 1.1

alsa-utils-DESTDIR.patch [new file with mode: 0644]

diff --git a/alsa-utils-DESTDIR.patch b/alsa-utils-DESTDIR.patch
new file mode 100644 (file)
index 0000000..e50ba74
--- /dev/null
@@ -0,0 +1,35 @@
+--- Makefile.old       Tue May 25 15:13:25 1999
++++ Makefile   Tue May 25 15:14:32 1999
+@@ -23,19 +23,19 @@
+       @echo
+ install: all
+-      $(INSTALL) -m 755 -o root -g root -d ${sbindir}
+-      $(INSTALL) -s -m 755 -o root -g root alsactl/alsactl ${sbindir}
+-      $(INSTALL) -m 644 -o root -g root alsactl/alsactl.1 ${mandir}/man1
+-      $(INSTALL) -m 755 -o root -g root -d ${bindir}
+-      $(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir}
+-      ln -sf aplay ${bindir}/arecord
+-      $(INSTALL) -s -m 755 -o root -g root amixer/amixer ${bindir}
+-      $(INSTALL) -d -m 755 -o root -g root ${mandir}/man1
+-      $(INSTALL) -m 644 -o root -g root amixer/amixer.1 ${mandir}/man1
+-      $(INSTALL) -s -m 755 -o root -g root alsamixer/alsamixer ${bindir}
+-      $(INSTALL) -m 644 -o root -g root alsamixer/alsamixer.1 ${mandir}/man1
+-      $(INSTALL) -m 644 -o root -g root aplay/arecord.1 ${mandir}/man1
+-      ln -sf arecord.1 ${mandir}/man1/aplay.1
++      $(INSTALL) -m 755 -d $(DESTDIR)${sbindir}
++      $(INSTALL) -s -m 755 alsactl/alsactl $(DESTDIR)${sbindir}
++      $(INSTALL) -m 644 alsactl/alsactl.1 $(DESTDIR)${mandir}/man1
++      $(INSTALL) -m 755 -d $(DESTDIR)${bindir}
++      $(INSTALL) -s -m 755 aplay/aplay $(DESTDIR)${bindir}
++      ln -sf aplay $(DESTDIR)${bindir}/arecord
++      $(INSTALL) -s -m 755 amixer/amixer $(DESTDIR)${bindir}
++      $(INSTALL) -d -m 755 $(DESTDIR)${mandir}/man1
++      $(INSTALL) -m 644 amixer/amixer.1 $(DESTDIR)${mandir}/man1
++      $(INSTALL) -s -m 755 alsamixer/alsamixer $(DESTDIR)${bindir}
++      $(INSTALL) -m 644 alsamixer/alsamixer.1 $(DESTDIR)${mandir}/man1
++      $(INSTALL) -m 644 aplay/arecord.1 $(DESTDIR)${mandir}/man1
++      echo .so arecord.1 > $(DESTDIR)${mandir}/man1/aplay.1
+ clean:
+       $(MAKE) -C include clean
This page took 0.034847 seconds and 4 git commands to generate.