mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
aur/yaourt to 1.0.1-2
This commit is contained in:
parent
ee98510ace
commit
23196a11f8
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ plugrel=1
|
|||
|
||||
pkgname=yaourt
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A pacman wrapper with extended features and AUR support"
|
||||
arch=('any')
|
||||
url="http://www.archlinux.fr/yaourt-en/"
|
||||
|
@ -25,7 +25,7 @@ build() {
|
|||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver/
|
||||
make PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR=$pkgdir install
|
||||
make INSTALL=/usr/bin/install PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR=$pkgdir install
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue