13 lines
471 B
Diff
13 lines
471 B
Diff
diff -uNr boinc-client_release-7.16-7.16.16/_autosetup boinc-client_release-7.16-7.16.16.mod/_autosetup
|
|
--- boinc-client_release-7.16-7.16.16/_autosetup 2021-02-01 07:38:58.000000000 +0800
|
|
+++ boinc-client_release-7.16-7.16.16.mod/_autosetup 2021-10-23 10:32:01.471359652 +0800
|
|
@@ -19,7 +19,7 @@
|
|
check_version()
|
|
{
|
|
dir=`pwd`
|
|
- cd /tmp
|
|
+ cd "${TMPDIR:-/tmp}"
|
|
foundit=
|
|
## get current version of $1
|
|
desired=`echo $2 | awk -F. '{print $1*100+$2}'`
|