mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
97862d1118
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
8 lines
72 B
Bash
Executable File
8 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export WANT_AUTOMAKE=1.13
|
|
autoreconf -f -i
|
|
|
|
cd man
|
|
./make.sh
|