gcc: add missing dir for /lib/cpp symlink.

--HG--
extra : convert_revision : b612f3fb817e5a159186af8de5ca75fbad19224f
This commit is contained in:
Juan RP 2009-03-17 04:31:18 +01:00
parent a8722b4d53
commit f7ef4ccf5c

View file

@ -42,5 +42,6 @@ post_install()
#
# rpcgen wants /lib/cpp, make a symlink.
#
mkdir -p ${DESTDIR}/lib
cd ${DESTDIR}/lib && ln -s ../usr/bin/cpp .
}