summarylogtreecommitdiffstats
path: root/no_extract_visit.patch
diff options
context:
space:
mode:
authoreolianoe2015-09-30 14:28:52 +0200
committereolianoe2015-09-30 14:28:52 +0200
commit3af071ccd956a956b6be86e13ff5518fe3cac84b (patch)
treec6b21b263f286aee67992301ccde82e3617cfbba /no_extract_visit.patch
parenta023fe394ff7e5176ddb67c4c874b5419dadf172 (diff)
downloadaur-3af071ccd956a956b6be86e13ff5518fe3cac84b.tar.gz
Respect the prepare/build/package function
Create a _build_command() function that invoke the build_visit_script with the right arguments.
Diffstat (limited to 'no_extract_visit.patch')
-rw-r--r--no_extract_visit.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/no_extract_visit.patch b/no_extract_visit.patch
new file mode 100644
index 000000000000..7de7c3d7c367
--- /dev/null
+++ b/no_extract_visit.patch
@@ -0,0 +1,24 @@
+--- build_visit2_9_2 2015-09-29 18:35:16.929401021 +0200
++++ build_visit2_9_2.new 2015-09-29 18:36:49.289624506 +0200
+@@ -2433,14 +2433,14 @@
+ return -1
+ fi
+ elif [[ -f ${SRC_FILE%.*} ]] ; then
+- info "Untarring ${SRC_FILE%.*} . . ."
+- $TAR xf ${SRC_FILE%.*}
++ #info "Untarring ${SRC_FILE%.*} . . ."
++ #$TAR xf ${SRC_FILE%.*}
+ untarred_src=1
+- if [[ $? != 0 ]] ; then
+- warn \
+-"Unable to untar ${SRC_FILE%.*}. Corrupted file or out of space on device?"
+- return -1
+- fi
++ #if [[ $? != 0 ]] ; then
++ #warn \
++#"Unable to untar ${SRC_FILE%.*}. Corrupted file or out of space on device?"
++ #return -1
++ #fi
+ fi
+
+ return $untarred_src