mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
9 lines
155 B
Bash
9 lines
155 B
Bash
#
|
|
# Automake'ify MNG.
|
|
#
|
|
|
|
cd $wrksrc && \
|
|
$ln_cmd -sf makefiles/configure.in . && \
|
|
$ln_cmd -sf makefiles/Makefile.am .
|
|
|
|
. $PKGFS_TMPLHELPDIR/automake.sh
|