Skip to content

Commit 91485c4

Browse files
committed
Update installation instructions
Remove the -f (force) flag from autoreconf. When it is present, it over writes the INSTALL file with the generic template losing the audit project's instructions.
1 parent 5173c0c commit 91485c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Then do this:
44

55
git clone https://github.com/linux-audit/audit-userspace.git
66
cd audit-userspace
7-
autoreconf -fv --install
7+
autoreconf -v --install
88
./configure
99
make dist
1010

0 commit comments

Comments
 (0)