fixed install script after libdir change

pull/58/head
FlightlessMango 4 years ago
parent a1eafc3403
commit ab9e3e2625

@ -129,8 +129,8 @@ build() {
}
package() {
LIB="build/release/usr/lib64/libMangoHud.so"
LIB32="build/release/usr/lib32/libMangoHud.so"
LIB="build/release/usr/lib64/mangohud/libMangoHud.so"
LIB32="build/release/usr/lib32/mangohud/libMangoHud.so"
if [[ ! -f "$LIB" || "$LIB" -ot "build/meson64/src/libMangoHud.so" ]]; then
build
fi

Loading…
Cancel
Save