xcmenu-git: fix template to tabs

This commit is contained in:
Duncan Overbruck 2014-12-22 00:29:42 +01:00
parent f5a4fda922
commit b19762086d

View file

@ -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
}