forked from Lainports/freebsd-ports
add LICENSE_FILE fix Change distribution source sourceforge -> github Fixed version reference bug when generating man portlint(1) portclippy(1) compliant Changes: https://github.com/munin-monitoring/munin/blob/2.0.75/ChangeLog PR: 276218
11 lines
232 B
Text
11 lines
232 B
Text
--- test-mktemp.orig 2023-02-08 07:57:20 UTC
|
|
+++ test-mktemp
|
|
@@ -53,7 +53,7 @@ MKTEMP='mktemp -p /tmp/ $1'
|
|
testfun temp.XXXXXX
|
|
|
|
# FreeBSD way
|
|
-MKTEMP="mktemp -t /tmp"
|
|
+MKTEMP="mktemp -t $1"
|
|
testfun temp.XXXXXX
|
|
|
|
# Plain mktemp
|