Whamcloud - gitweb
lib/ss: fix 'make install' by creating man1dir
authorEric Biggers <ebiggers@google.com>
Sat, 21 Jan 2023 20:32:14 +0000 (12:32 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 27 Jan 2023 17:38:31 +0000 (12:38 -0500)
commitaf6a6cef3aa72bcef32356b525fb03e7ee2d3ab6
treefc2538a446f177bf0b44b624ed3652a64581395e
parentf8a9d77cea1fc924f59f24955a1c8d6878410f5c
lib/ss: fix 'make install' by creating man1dir

'make install' does not work because libss tries to install a man page
without creating the directory first.  Fix this.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ss/Makefile.in