Advertisement
Guest User

PKGBUILD for oh-my-zsh-git

a guest
Jun 13th, 2016
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.54 KB | None | 0 0
  1. --- PKGBUILD    2016-06-13 09:26:02.519590381 -0300
  2. +++ PKGBUILD-working    2016-06-13 09:26:02.537590083 -0300
  3. @@ -53,8 +53,8 @@
  4.    rm -f tools/upgrade.sh tools/uninstall.sh tools/install.sh tools/check_for_upgrade.sh
  5.  
  6.    # The license should be in /usr/share/licenses.
  7. -  install -D -m644 MIT-LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
  8. -  rm MIT-LICENSE.txt
  9. +  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
  10. +  rm LICENSE.txt
  11.  
  12.    # Copy everything else.
  13.    cp -r . "${pkgdir}/usr/share/oh-my-zsh/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement