Skip to content

Commit

Permalink
correct LIBDIR for arch
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Dehaes <[email protected]>
  • Loading branch information
joske committed Nov 24, 2023
1 parent 0f0638a commit 91002b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bankstown/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ build() {

package() {
cd "${srcdir}/bankstown-${pkgver}"
make DESTDIR="${pkgdir}" install
make LIBDIR=/usr/lib DESTDIR="${pkgdir}" install
}

0 comments on commit 91002b6

Please sign in to comment.