summaryrefslogtreecommitdiff
path: root/packages/physfs.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-27 02:50:22 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-27 02:54:17 +0300
commitdd3b8dd21957d4a5d9f2c68a547e984bdf465b63 (patch)
treebcfaa90b74ea4df043b8b3b12a468207d72f10eb /packages/physfs.sh
parenta1807d94008cc932533dd7fff0f78bc8a27fdc66 (diff)
downloadspm-dd3b8dd21957d4a5d9f2c68a547e984bdf465b63.tar.gz
spm-dd3b8dd21957d4a5d9f2c68a547e984bdf465b63.tar.bz2
spm-dd3b8dd21957d4a5d9f2c68a547e984bdf465b63.tar.xz
spm-dd3b8dd21957d4a5d9f2c68a547e984bdf465b63.zip
In packages move branch name into DEFAULT_BRANCH variable.
By default this variable set to "master".
Diffstat (limited to 'packages/physfs.sh')
-rwxr-xr-xpackages/physfs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/physfs.sh b/packages/physfs.sh
index dacdbd6..34bda75 100755
--- a/packages/physfs.sh
+++ b/packages/physfs.sh
@@ -2,13 +2,14 @@
SRCTYPE=hg
SRCURL=https://hg.icculus.org/icculus/physfs/
+DEFAULT_BRANCH="stable-2.0"
ENV_PATH="bin:lib:include"
ENV_LD_LIBRARY_PATH="lib"
ENV_PKG_CONFIG_PATH="lib/pkgconfig"
function package_build {
- run_switch_branch stable-2.0
+ run_switch_branch
run_cmake
run_make