summaryrefslogtreecommitdiffstats
path: root/pipelight
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-01-20 14:37:55 +0000
committer Eric Hameleers <alien@slackware.com>2014-01-20 14:37:55 +0000
commit248fca9ad0982bb9ee16502c1877793d60f00b40 (patch)
tree6487b24f3d60af68df210a2f0846c3d29718b0f4 /pipelight
parent7dddd144b57c9ada28359d43592dc5bd5fb31ac4 (diff)
downloadasb-248fca9ad0982bb9ee16502c1877793d60f00b40.tar.gz
asb-248fca9ad0982bb9ee16502c1877793d60f00b40.tar.xz
Improved patch covers more cases
Diffstat (limited to 'pipelight')
-rw-r--r--pipelight/build/pipelight-plugin_mktemp.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipelight/build/pipelight-plugin_mktemp.patch b/pipelight/build/pipelight-plugin_mktemp.patch
index b095ce58..732bf0f0 100644
--- a/pipelight/build/pipelight-plugin_mktemp.patch
+++ b/pipelight/build/pipelight-plugin_mktemp.patch
@@ -5,7 +5,7 @@
fi
+ # Use Slackware's version of mktemp:
-+ sed -i -e 's#mktemp --suffix=".$EXT"#mktemp -t "pipelight.$EXT".XXXXXX#' "$decfile"
++ sed -i -e 's#mktemp --suffix="\(.*\)"#mktemp -t "pipelight\1".XXXXXX#' "$decfile"
+
# Grab the new sha256sum
local newsha=$(sha256sum "$decfile" | cut -d' ' -f1)