git: update to 1.7.10.3.
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
# Template file for 'git-python'.
|
||||
#
|
||||
noarch=yes
|
||||
pycompile_module="git_remote_helpers"
|
||||
depends="git python"
|
||||
short_desc="${sourcepkg} python bindings"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the Python bindings for GIT."
|
||||
|
||||
noarch=yes
|
||||
pycompile_module="git_remote_helpers"
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
||||
do_install() {
|
||||
vmove "usr/lib/python*" usr/lib
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user