[arch-commits] Commit in autojump/trunk (PKGBUILD autojump.install)

Xyne xyne at nymeria.archlinux.org
Fri May 10 13:45:10 UTC 2013


    Date: Friday, May 10, 2013 @ 15:45:10
  Author: xyne
Revision: 90255

upgpkg: autojump 21.5.8-2

Modified:
  autojump/trunk/PKGBUILD
Deleted:
  autojump/trunk/autojump.install

------------------+
 PKGBUILD         |    4 ++--
 autojump.install |    4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-10 04:01:53 UTC (rev 90254)
+++ PKGBUILD	2013-05-10 13:45:10 UTC (rev 90255)
@@ -6,7 +6,7 @@
 
 pkgname=autojump
 pkgver=21.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A faster way to navigate your filesystem from the command line."
 arch=('any')
 url="http://wiki.github.com/joelthelion/autojump"
@@ -22,5 +22,5 @@
 package() {
   cd ${pkgname}-release-v${pkgver}
   ./install.sh --global --destdir "${pkgdir}"
-  rm "$pkgdir"/_j
+  rm -fr "$pkgdir"/_j
 }

Deleted: autojump.install
===================================================================
--- autojump.install	2013-05-10 04:01:53 UTC (rev 90254)
+++ autojump.install	2013-05-10 13:45:10 UTC (rev 90255)
@@ -1,4 +0,0 @@
-post_install() {
-  echo " > You need to source /etc/profile in your ~/.bashrc for this to work"
-  echo " > only guaranteed to work with bash"
-}




More information about the arch-commits mailing list