summaryrefslogtreecommitdiff
path: root/packages/SDL_gfx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SDL_gfx.sh')
-rwxr-xr-xpackages/SDL_gfx.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SDL_gfx.sh b/packages/SDL_gfx.sh
index d76ca47..bcd3b70 100755
--- a/packages/SDL_gfx.sh
+++ b/packages/SDL_gfx.sh
@@ -1,7 +1,7 @@
#!/bin/bash
function package_build {
- run_git_switch_branch master
+ run_switch_branch master
run_src_script ./autogen.sh
run_configure
@@ -10,7 +10,7 @@ function package_build {
}
function package_get_source {
- run_git_clone https://github.com/ferzkopp/SDL_gfx.git
+ run_clone https://github.com/ferzkopp/SDL_gfx.git
}
function package_use {