#!/bin/bash hvbuild() { cd ${LFS_TMP}/${PACKAGE} make CPPFLAGS="-fPIC" linux make INSTALL_TOP=/usr install # Pour lua plus récent (éliminer hvbuild_post): # make INSTALL_TOP=/usr pc > /usr/lib/pkgconfig/lua.pc } hvbuild_post() { sed -i 's@/usr/local@/usr@g' etc/lua.pc cp etc/lua.pc /usr/lib/pkgconfig cp etc/lua.ico /usr/share/icons }