git: update to 1.7.10.3.
This commit is contained in:
parent
951be833af
commit
c9df7e5fb7
4 changed files with 17 additions and 31 deletions
|
@ -1,16 +1,13 @@
|
|||
# Template file for 'git-perl'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="git perl"
|
||||
short_desc="${sourcepkg} perl bindings"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the Perl bindings."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/share/man
|
||||
mv ${SRCPKGDESTDIR}/usr/share/perl5 ${DESTDIR}/usr/share
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||
do_install() {
|
||||
vmove usr/share/perl5 usr/share
|
||||
vmove usr/share/man/man3 usr/share/man
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue