86184903d4
--HG-- extra : convert_revision : fbd558de2bee2f1f5ae06c59c7d595fbde2189b8
6 lines
108 B
Bash
6 lines
108 B
Bash
#
|
|
# Make /usr/bin/gcc -> /usr/bin/cc symlink.
|
|
#
|
|
|
|
cd $XBPS_DESTDIR/$pkgname-$version/usr/bin && ln -s gcc cc
|