Fredrik Fornwall
7 years ago
2 changed files with 2 additions and 13 deletions
@ -1,6 +1,6 @@ |
|||||
TERMUX_PKG_HOMEPAGE=https://packages.debian.org/debianutils |
TERMUX_PKG_HOMEPAGE=https://packages.debian.org/debianutils |
||||
TERMUX_PKG_DESCRIPTION="Small utilities which are used primarily by the installation scripts of Debian packages" |
TERMUX_PKG_DESCRIPTION="Small utilities which are used primarily by the installation scripts of Debian packages" |
||||
TERMUX_PKG_VERSION=4.8.4 |
TERMUX_PKG_VERSION=4.8.6 |
||||
TERMUX_PKG_SHA256=c061ab99aea61f892043b7624b021ab5b193e9c6bbfd474da0fbcdd506be1eb2 |
TERMUX_PKG_SHA256=db09047144dadf6a35d0f28977fbef83b0dd60ca32e6c8512cce2444a6423f73 |
||||
TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${TERMUX_PKG_VERSION}.tar.xz |
TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${TERMUX_PKG_VERSION}.tar.xz |
||||
TERMUX_PKG_RM_AFTER_INSTALL="bin/installkernel share/man/man8/installkernel.8" |
TERMUX_PKG_RM_AFTER_INSTALL="bin/installkernel share/man/man8/installkernel.8" |
||||
|
@ -1,11 +0,0 @@ |
|||||
diff -u -r ../debianutils-4.4/tempfile.c ./tempfile.c
|
|
||||
--- ../debianutils-4.4/tempfile.c 2013-07-28 03:30:26.000000000 +0200
|
|
||||
+++ ./tempfile.c 2014-05-30 16:13:08.000000000 +0200
|
|
||||
@@ -59,6 +59,7 @@
|
|
||||
int |
|
||||
main (int argc, char **argv) |
|
||||
{ |
|
||||
+ setenv("TMPDIR", "@TERMUX_PREFIX@/tmp", 0);
|
|
||||
char *name=0, *dir=0, *pfx=0, *sfx=0, *filename=0; |
|
||||
mode_t mode = 0600; |
|
||||
int fd, optc; |
|
Loading…
Reference in new issue