Searched defs:rpmlib (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/linux/rpm/
H A Drules60 rpmlib := $(shell if [ `uname -m` = "x86_64" ]; then echo "lib64"; else echo "lib"; fi) macro
210 -e 's|%LIB%|$(rpmlib)|g' \
215 -e 's|%LIBASOUND%|$(if $(filter lib64,$(rpmlib)),libasound.so.2()(64bit),libasound.so.2)|g' \

Completed in 49 milliseconds