Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
falkTX committed Jan 11, 2021
1 parent 414ac9a commit 63394f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -4,5 +4,5 @@ all:
clean:

install:
install -d $(DESTDIR)$(PREFIX)/lv2
cp -rv *.lv2 $(DESTDIR)$(PREFIX)/lv2/
install -d $(DESTDIR)$(PREFIX)/lib/lv2
cp -rv *.lv2 $(DESTDIR)$(PREFIX)/lib/lv2/

0 comments on commit 63394f6

Please sign in to comment.