]> git.alsa-project.org Git - alsa-utils.git/commitdiff
added missing DESTDIR
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Nov 2001 13:29:50 +0000 (13:29 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Nov 2001 13:29:50 +0000 (13:29 +0000)
aplay/Makefile.am

index 6734f2d904dc4f489a7936be7f9c1177d1a14115..68cb6dd92290b0a1bec75f2f66d720383daa210d 100644 (file)
@@ -21,9 +21,9 @@ arecord.1: aplay.1
        $(LN_S) $< $@
 
 install-exec-hook:
-       rm -f $(bindir)/arecord
+       rm -f $(DESTDIR)$(bindir)/arecord
        (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
 
 install-data-hook:
-       rm -f $(mandir)/man1/arecord.1
+       rm -f $(DESTDIR)$(mandir)/man1/arecord.1
        (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)