mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
added missing DESTDIR
This commit is contained in:
parent
ca506c695b
commit
56901aca46
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue