You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
238 B
Diff
12 lines
238 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -13,7 +13,7 @@
|
|
${CXX} -Wall -g -o $@ $^
|
|
|
|
install: all
|
|
- install -c -s id3v2 ${PREFIX}/bin/id3v2
|
|
+ install -c id3v2 ${PREFIX}/bin/id3v2
|
|
nroff -man id3v2.1 > ${PREFIX}/share/man/man1/id3v2.1
|
|
|
|
clean:
|