mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 17:42:56 +02:00
gcc: make a /lib/cpp symlink, as rpcgen wants this.
--HG-- extra : convert_revision : d629108c589f507e4c9e5ae22b34e5b0a3b1d3ad
This commit is contained in:
parent
d4739a0245
commit
1953271134
1 changed files with 4 additions and 0 deletions
|
@ -39,4 +39,8 @@ pre_configure()
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
cd ${DESTDIR}/usr/bin && ln -s gcc cc
|
cd ${DESTDIR}/usr/bin && ln -s gcc cc
|
||||||
|
#
|
||||||
|
# rpcgen wants /lib/cpp, make a symlink.
|
||||||
|
#
|
||||||
|
cd ${DESTDIR}/lib && ln -s ../usr/bin/cpp .
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue