[gimp] build/win: Store mkarchive's temporary archive in /tmp
- From: Michael Henning <mhenning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] build/win: Store mkarchive's temporary archive in /tmp
- Date: Tue, 11 Aug 2015 02:53:37 +0000 (UTC)
commit 9ca026e3032767a4e562b55d86756634474d0f96
Author: Michael Henning <drawoc darkrefraction com>
Date: Mon Aug 10 22:51:39 2015 -0400
build/win: Store mkarchive's temporary archive in /tmp
build/windows/jhbuild/mkarchive | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/windows/jhbuild/mkarchive b/build/windows/jhbuild/mkarchive
index 1cf7e3c..ba7711a 100755
--- a/build/windows/jhbuild/mkarchive
+++ b/build/windows/jhbuild/mkarchive
@@ -70,9 +70,9 @@ start %~dp0bin\\$2" | unix2dos > run_gimp.bat
popd
if [ -e $f/bin/gimp-2.*.exe ]; then
- 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on $f.7z $f
- cat ~/bin/7z.sfx $f.7z > $f.exe
- rm -f $f.7z
+ 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on /tmp/$f.7z $f
+ cat ~/bin/7z.sfx /tmp/$f.7z > $f.exe
+ rm -f /tmp/$f.7z
else
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!! GIMP EXECUTABLE NOT FOUND !!"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]