mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-24 02:03:39 +08:00
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
umask 022
|
|
touch ChangeLog
|
|
autoreconf -fiv -Wall
|