diff options
Diffstat (limited to 'packages/physfs.sh')
-rwxr-xr-x | packages/physfs.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/physfs.sh b/packages/physfs.sh index 9d73b20..8d9d43b 100755 --- a/packages/physfs.sh +++ b/packages/physfs.sh @@ -1,6 +1,7 @@ #!/bin/bash SRCTYPE=hg +SRCURL=https://hg.icculus.org/icculus/physfs/ function package_build { run_switch_branch stable-2.0 @@ -10,10 +11,6 @@ function package_build { run_make_install } -function package_get_source { - run_clone https://hg.icculus.org/icculus/physfs/ -} - function package_use { env_path "bin" env_path "lib" |