Skip to content

Commit

Permalink
modtree: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Aug 6, 2012
1 parent a44a433 commit 8d194f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modtree/PKGBUILD
Expand Up @@ -2,7 +2,7 @@


pkgname=modtree pkgname=modtree
pkgver=1 pkgver=1
pkgrel=1 pkgrel=2
pkgdesc="tree based kernel module dependency viewer" pkgdesc="tree based kernel module dependency viewer"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://github.com/falconindy/modtree" url="http://github.com/falconindy/modtree"
Expand All @@ -15,7 +15,7 @@ build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"


./configure \ ./configure \
--prefix=/usr --prefix=/usr --with-rootprefix=/usr


make make
} }
Expand Down

0 comments on commit 8d194f1

Please sign in to comment.