commit
3558824dc4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for "git".
|
# Template build file for "git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=1.9.3
|
version=1.9.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --without-tcltk
|
configure_args="--with-curl --with-expat --without-tcltk
|
||||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||||
|
@ -25,6 +25,7 @@ post_install() {
|
||||||
make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
|
make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
|
||||||
vinstall contrib/completion/git-completion.bash 644 \
|
vinstall contrib/completion/git-completion.bash 644 \
|
||||||
usr/share/bash-completion/completions git
|
usr/share/bash-completion/completions git
|
||||||
|
vinstall contrib/completion/git-prompt.sh 644 usr/share/git
|
||||||
}
|
}
|
||||||
|
|
||||||
git-docs_package() {
|
git-docs_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue