Skip to content
Snippets Groups Projects
Commit ce2223e4 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/multipath-tools: avoid /usr/lib64

Enforce lib instead of lib64 regardless if /lib64 exists or not.
No changes in built package.
parent e599de8c
No related merge requests found
......@@ -26,7 +26,7 @@ build() {
}
package() {
make prefix="/usr" SYSTEMDPATH="/lib" DESTDIR="$pkgdir" install
make prefix="/usr" SYSTEMDPATH="/lib" LIB=lib DESTDIR="$pkgdir" install
install -D -m644 "$srcdir"/$pkgname.conf \
"$pkgdir"/etc/multipath.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment