mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
12 lines
227 B
Diff
12 lines
227 B
Diff
--- a/_autosetup
|
|
+++ b/_autosetup
|
|
@@ -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}'`
|