sc: use @TERMUX_PREFIX@ in patches instead of path
This commit is contained in:
parent
6ce7d49077
commit
8d3c3189a5
@ -5,7 +5,7 @@
|
|||||||
# this to /usr. Otherwise, /usr/local is probably more appropriate, unless
|
# this to /usr. Otherwise, /usr/local is probably more appropriate, unless
|
||||||
# you're replacing the vendor-supplied version.
|
# you're replacing the vendor-supplied version.
|
||||||
-prefix=/usr
|
-prefix=/usr
|
||||||
+prefix=/data/data/com.termux/files/usr
|
+prefix=@TERMUX_PREFIX@
|
||||||
|
|
||||||
# This is where the install step puts it.
|
# This is where the install step puts it.
|
||||||
EXDIR=${prefix}/bin
|
EXDIR=${prefix}/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user