]> git.pld-linux.org Git - packages/klibc.git/commitdiff
- outdated.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 15 May 2006 13:12:58 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    klibc-ash-fix-mktemp-syntax.patch -> 1.2

klibc-ash-fix-mktemp-syntax.patch [deleted file]

diff --git a/klibc-ash-fix-mktemp-syntax.patch b/klibc-ash-fix-mktemp-syntax.patch
deleted file mode 100644 (file)
index 61d154c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- klibc-1.1.16/dash/mkbuiltins.orig  2006-01-06 06:11:43.000000000 +0000
-+++ klibc-1.1.16/dash/mkbuiltins       2006-01-08 11:12:00.566097680 +0000
-@@ -37,7 +37,7 @@
- tempfile=tempfile
- if ! type tempfile > /dev/null 2>&1; then
--      tempfile=mktemp
-+      tempfile='mktemp $0.XXXXXX'
- fi
- trap 'rm -f $temp $temp2' EXIT
This page took 0.213404 seconds and 4 git commands to generate.