#!/bin/bash hvbuild() { cd ${LFS_TMP}/${PACKAGE} make CPPFLAGS="-fPIC" linux make INSTALL_TOP=/usr install } 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 }