git: move git-submodule back to main package.
git-submodule doesn't use Perl anymore.
This commit is contained in:
parent
044b9d6cb2
commit
6aaaa67ce4
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for "git"
|
||||
pkgname=git
|
||||
version=2.8.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre
|
||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||
|
@ -35,7 +35,7 @@ git-perl_package() {
|
|||
short_desc+=" - Perl utilities"
|
||||
pkg_install() {
|
||||
for f in add--interactive archimport difftool difftool--helper \
|
||||
relink send-email submodule; do
|
||||
relink send-email; do
|
||||
vmove usr/libexec/git-core/git-${f}
|
||||
done
|
||||
vmove usr/share/perl5
|
||||
|
@ -44,7 +44,6 @@ git-perl_package() {
|
|||
vmove usr/share/man/man1/git-difftool.1
|
||||
vmove usr/share/man/man1/git-relink.1
|
||||
vmove usr/share/man/man1/git-send-email.1
|
||||
vmove usr/share/man/man1/git-submodule.1
|
||||
}
|
||||
}
|
||||
git-cvs_package() {
|
||||
|
|
Loading…
Reference in a new issue