PLATFORM_IF_MATCH(linux) PLATFORM_ELSE PLATFORM_ENDIF ./configure \ --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" # Make "this encap is installed" sentinal file available in /usr/local/var/encap test -d var || mkdir var test -d var/encap || mkdir var/encap touch var/encap/${ENCAP_PKGNAME} description readline - lets users edit command lines as they are typed in