This website works better with JavaScript.
Home
Help
Sign In
KXStudio
/
LV2-Extensions
mirror of
https://github.com/KXStudio/LV2-Extensions
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Fix typo
tags/2022-02-14
falkTX
2 years ago
parent
414ac9ae48
commit
63394f69b4
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@@ -4,5 +4,5 @@ all:
clean:
install:
install -d $(DESTDIR)$(PREFIX)/lv2
cp -rv *.lv2 $(DESTDIR)$(PREFIX)/lv2/
install -d $(DESTDIR)$(PREFIX)/l
ib/l
v2
cp -rv *.lv2 $(DESTDIR)$(PREFIX)/l
ib/l
v2/
Write
Preview
Loading…
Cancel
Save