[arch-commits] Commit in pacgraph/trunk (PKGBUILD)

Kyle Keen kkeen at nymeria.archlinux.org
Tue Jul 1 12:39:40 UTC 2014


    Date: Tuesday, July 1, 2014 @ 14:39:40
  Author: kkeen
Revision: 114056

upgpkg: pacgraph 20110629-3 (mtree)

Modified:
  pacgraph/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 12:36:27 UTC (rev 114055)
+++ PKGBUILD	2014-07-01 12:39:40 UTC (rev 114056)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 pkgname=pacgraph
 pkgver=20110629
-pkgrel=2
+pkgrel=3
 pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for finding bloat."
 arch=('any')
 url="http://kmkeen.com/pacgraph/"
@@ -17,8 +17,8 @@
 
 package() {
   cd "$srcdir/$pkgname"
-  install -D -m 0755 pacgraph    "$pkgdir/usr/bin/pacgraph"
-  install -D -m 0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"
-  install -Dm644     $pkgname.1  "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm0755 pacgraph    "$pkgdir/usr/bin/pacgraph"
+  install -Dm0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"
+  install -Dm644  $pkgname.1  "$pkgdir/usr/share/man/man1/$pkgname.1"
 }
 




More information about the arch-commits mailing list