mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-01 08:12:23 +07:00
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
|