Skip to content

Commit

Permalink
land/bzip2: Fix install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Nov 15, 2023
1 parent d97d7a8 commit 15cdfba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions land/bzip2/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=bzip2
pkgver=1.0.2
pkgrel=1
pkgrel=2
pkgdesc="bzip2 is a freely available, patent free (see below), high-quality data compressor."
arch=('i786')
url="https://sourceware.org/bzip2/"
Expand All @@ -14,5 +14,5 @@ build() {

package() {
cd $pkgname-$pkgver
make PREFIX=$pkgdir install
make PREFIX=$pkgdir/usr install
}

0 comments on commit 15cdfba

Please sign in to comment.