mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
96fe7e83d4
This addresses https://github.com/gentoo/eudev/issues/98 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
7 lines
46 B
Bash
Executable File
7 lines
46 B
Bash
Executable File
#!/bin/sh
|
|
|
|
autoreconf -f -i
|
|
|
|
cd man
|
|
./make.sh
|