# hdw - linux openmosixuserland package # # author: hackbard@hackdaworld.dyndns.org # # [V] 0.2.4 # [S] 4-3 # [D] openMosixUserland-0.2.4.tgz http://belnet.dl.sourceforge.net/sourceforge/openmosix/ srcdir="openMosixUserland-${ver}" pre_install() { echo "patching configuration file ..." sed 's%^OPENMOSIX.*%OPENMOSIX = /usr/src/linux%' configuration > \ config.new && mv config.new configuration } build_main() { make }