daemonize: Use $PREFIX instead of /
authorFredrik Fornwall <fredrik@fornwall.net>
Fri, 23 Dec 2016 08:54:21 +0000 (03:54 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 23 Dec 2016 08:54:21 +0000 (03:54 -0500)
commitc6c29570621378411c5d63c83c76eb43d38dd874
tree72878fb34d97458b1a2c4bb63b7c0861c26aa8be
parent9247ce47b890c91b42848d7220587c1243733e8b
daemonize: Use $PREFIX instead of /

As / is no longer readable on Android 7, we switch to chdir($PREFIX)
instead of chdir(/) to get a readable directory.

Fixes #614.
packages/daemonize/build.sh
packages/daemonize/daemonize.c.patch [new file with mode: 0644]