gcc: add missing dir for /lib/cpp symlink.
--HG-- extra : convert_revision : b612f3fb817e5a159186af8de5ca75fbad19224f
This commit is contained in:
parent
a8722b4d53
commit
f7ef4ccf5c
1 changed files with 1 additions and 0 deletions
|
@ -42,5 +42,6 @@ post_install()
|
||||||
#
|
#
|
||||||
# rpcgen wants /lib/cpp, make a symlink.
|
# rpcgen wants /lib/cpp, make a symlink.
|
||||||
#
|
#
|
||||||
|
mkdir -p ${DESTDIR}/lib
|
||||||
cd ${DESTDIR}/lib && ln -s ../usr/bin/cpp .
|
cd ${DESTDIR}/lib && ln -s ../usr/bin/cpp .
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue