mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 20:15:42 +01:00
DESTDIR fixes
This commit is contained in:
parent
00cf60e11d
commit
cfce590e41
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ arecord.1: aplay.1
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
rm -f $(bindir)/arecord
|
rm -f $(bindir)/arecord
|
||||||
(cd $(bindir) && $(LN_S) aplay arecord)
|
(cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
rm -f $(mandir)/man1/arecord.1
|
rm -f $(mandir)/man1/arecord.1
|
||||||
(cd $(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
|
(cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
|
||||||
|
|
Loading…
Reference in a new issue