d628b9b0a5
* alpine should compile * fix arm build * combined patches and adjusted build.sh * add maildir support
12 lines
340 B
Diff
12 lines
340 B
Diff
--- ../cache/alpine-2.20/imap/src/mlock/Makefile 2015-01-12 05:12:25.519178508 +0000
|
|
+++ ./imap/src/mlock/Makefile 2016-12-11 02:35:52.824846520 +0000
|
|
@@ -41,7 +41,7 @@
|
|
install: mlock
|
|
chgrp mail mlock
|
|
chmod 3711 mlock
|
|
- cp -p mlock /etc/mlock
|
|
+ cp -p mlock /data/data/com.termux/files/usr/etc/mlock
|
|
|
|
clean:
|
|
rm -f *.o mlock || true
|