mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 22:25:08 +02:00
5 lines
108 B
Bash
5 lines
108 B
Bash
#
|
|
# Make /usr/bin/gcc -> /usr/bin/cc symlink.
|
|
#
|
|
|
|
cd $XBPS_DESTDIR/$pkgname-$version/usr/bin && ln -s gcc cc
|