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