X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/0e2bd86d0035f6800e654c061cd2713fddade4dc..7fc9693f2d24e3f763903601adc26e17b970a49b:/disabled-packages/postgresql/tempdir-fix-old.patch.old diff --git a/disabled-packages/postgresql/tempdir-fix-old.patch.old b/disabled-packages/postgresql/tempdir-fix-old.patch.old deleted file mode 100644 index b9a981d4..00000000 --- a/disabled-packages/postgresql/tempdir-fix-old.patch.old +++ /dev/null @@ -1,21 +0,0 @@ ---- ./src/bin/pg_upgrade/test.sh 2016-10-25 01:38:51.000000000 +0530 -+++ ../test.sh 2017-01-23 10:08:52.568213209 +0530 -@@ -44,15 +44,15 @@ - if [ "x$PGHOST" = x ]; then - { - dir=`(umask 077 && -- mktemp -d /tmp/pg_upgrade_check-XXXXXX) 2>/dev/null` && -+ mktemp -d @TERMUX_PREFIX@/tmp/pg_upgrade_check-XXXXXX) 2>/dev/null` && - [ -d "$dir" ] - } || - { -- dir=/tmp/pg_upgrade_check-$$-$RANDOM -+ dir=@TERMUX_PREFIX@/tmp/pg_upgrade_check-$$-$RANDOM - (umask 077 && mkdir "$dir") - } || - { -- echo "could not create socket temporary directory in \"/tmp\"" -+ echo "could not create socket temporary directory in \"@TERMUX_PREFIX@/tmp\"" - exit 1 - } -