summaryrefslogtreecommitdiff
path: root/packages/manaplus.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/manaplus.sh')
-rwxr-xr-xpackages/manaplus.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/manaplus.sh b/packages/manaplus.sh
index 6136a99..dd7daab 100755
--- a/packages/manaplus.sh
+++ b/packages/manaplus.sh
@@ -1,7 +1,7 @@
#!/bin/bash
function package_build {
- run_git_switch_branch master
+ run_switch_branch master
run_autoreconf -i
run_configure
@@ -11,7 +11,7 @@ function package_build {
}
function package_get_source {
- run_git_clone https://gitlab.com/manaplus/manaplus.git
+ run_clone https://gitlab.com/manaplus/manaplus.git
}
function package_use {