initng-ifiles: fix genrunlevel hardcoded path for the binpkg.
--HG-- extra : convert_revision : fa6707f48f8bc1e31aefa5218fd80192ba23dd5d
This commit is contained in:
parent
d6d8c91d8d
commit
644867c419
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue