Advertisement
Guest User

aur multipath-tools-git diff

a guest
Jun 1st, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.73 KB | None | 0 0
  1. --- PKGBUILD.old        2012-06-01 09:24:04.998556444 -0400
  2. +++ PKGBUILD    2012-06-01 09:22:04.548560204 -0400
  3. @@ -1,6 +1,6 @@
  4. -# Contributor: Alexander R▒¸dseth <rodseth@gmail.com>
  5. +# Contributor: Alexander Rødseth <rodseth@gmail.com>
  6.  pkgname=multipath-tools-git
  7. -pkgver=20111210
  8. +pkgver=20120601
  9.  pkgrel=1
  10.  pkgdesc="Tools to drive the Device Mapper multipathing driver (contains kpartx)"
  11.  url="http://christophe.varoqui.free.fr/"
  12. @@ -17,9 +17,10 @@
  13.    cd "$srcdir"
  14.  
  15.    msg "Connecting to github.com GIT server...."
  16. -  if [ -d "$srcdir/$_gitname" ] ; then
  17. +  if [ -d "$_gitname" ] ; then
  18.      cd "$_gitname" && git pull origin
  19.      msg "The local files are updated."
  20. +       cd -
  21.    else
  22.      git clone "$_gitroot"
  23.    fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement