Browse Source
sc: use @TERMUX_PREFIX@ in patches instead of path
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
packages/sc/Makefile.patch
|
|
@ -5,7 +5,7 @@ |
|
|
|
# this to /usr. Otherwise, /usr/local is probably more appropriate, unless |
|
|
|
# you're replacing the vendor-supplied version. |
|
|
|
-prefix=/usr
|
|
|
|
+prefix=/data/data/com.termux/files/usr
|
|
|
|
+prefix=@TERMUX_PREFIX@
|
|
|
|
|
|
|
|
# This is where the install step puts it. |
|
|
|
EXDIR=${prefix}/bin |
|
|
|