From: Takashi Iwai Date: Thu, 8 Nov 2001 13:29:50 +0000 (+0000) Subject: added missing DESTDIR X-Git-Tag: v1.0.3~177 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=56901aca4664e19734594c8cc6109435a817ae9a;p=alsa-utils.git added missing DESTDIR --- diff --git a/aplay/Makefile.am b/aplay/Makefile.am index 6734f2d..68cb6dd 100644 --- a/aplay/Makefile.am +++ b/aplay/Makefile.am @@ -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)