added missing DESTDIR

This commit is contained in:
Takashi Iwai 2001-11-08 13:29:50 +00:00
parent ca506c695b
commit 56901aca46

View 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)