xcmenu-git: fix template to tabs
This commit is contained in:
parent
f5a4fda922
commit
b19762086d
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ license="WTFPL"
|
|||
homepage="http://github.com/Cloudef/xcmenu"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/Cloudef/xcmenu"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
local url="git://github.com/Cloudef/xcmenu"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue