initng-ifiles: fix genrunlevel hardcoded path for the binpkg.

--HG--
extra : convert_revision : fa6707f48f8bc1e31aefa5218fd80192ba23dd5d
This commit is contained in:
Juan RP 2009-01-27 12:50:24 +01:00
parent d6d8c91d8d
commit 644867c419

View file

@ -24,3 +24,10 @@ long_desc="
build_depends="cmake-2.6.2 initng-0.6.10.2"
run_depends="glibc-2.8 initng-0.6.10.2"
pre_install()
{
# Replace hardcoded prefix.
sed -i -e "s|@LIB_INSTALL_DIR@|/lib|g" \
$wrksrc/genrunlevel.in
}