summaryrefslogtreecommitdiff
path: root/packages/manaplus.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-27 01:30:53 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-27 01:30:53 +0300
commitb823c0636d902c71e71515fcc160443741d92bcc (patch)
treeb16e352f41e3ff917e506297d3c3c23624ad488a /packages/manaplus.sh
parentbcc8cdc27946b0c4833ab70312d58a76f042c73d (diff)
downloadspm-b823c0636d902c71e71515fcc160443741d92bcc.tar.gz
spm-b823c0636d902c71e71515fcc160443741d92bcc.tar.bz2
spm-b823c0636d902c71e71515fcc160443741d92bcc.tar.xz
spm-b823c0636d902c71e71515fcc160443741d92bcc.zip
Add package varible SRCTYPE. It set src storage type. For now git or hg.
By default it set to git.
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 {