mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:32:37 +01:00
gmimms-0.0.9-2
This commit is contained in:
parent
947aecaaf4
commit
26164ea7b6
1 changed files with 4 additions and 4 deletions
8
PKGBUILD
8
PKGBUILD
|
|
@ -16,14 +16,14 @@ md5sums=('2b676c828822158208732e147488504a')
|
|||
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue