mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 15:00:56 +07:00
7 lines
56 B
Bash
Executable File
7 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
set -xe
|
|
autoreconf -f -i -s
|
|
|
|
cd man
|
|
./make.sh
|