mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
263 B

  1. pkg_git_custmain () {
  2. rm -rf Documentation
  3. tar xvfj $archdir/git-doc-precompiled*.tar.bz2
  4. mv Documentation-precompiled Documentation
  5. make
  6. make prefix=/usr install
  7. make prefix=/usr install-doc
  8. }
  9. custmain=pkg_git_custmain