diff options
author | Ruediger Meier | 2017-06-26 16:54:57 +0200 |
---|---|---|
committer | Ruediger Meier | 2017-06-26 21:00:09 +0200 |
commit | 22174021f8255c4b06d528b93db31dc4d2a4a73c (patch) | |
tree | 065d11963cfb4f8fa6e85fef21d5ddb3d6f60703 /tools | |
parent | Merge branch 'usage-part2' of https://github.com/rudimeier/util-linux (diff) | |
download | kernel-qcow2-util-linux-22174021f8255c4b06d528b93db31dc4d2a4a73c.tar.gz kernel-qcow2-util-linux-22174021f8255c4b06d528b93db31dc4d2a4a73c.tar.xz kernel-qcow2-util-linux-22174021f8255c4b06d528b93db31dc4d2a4a73c.zip |
build-sys: fix chown mistake, add checkusage.sh to the dist
Sorry, don't know why I reverted fad561b0.
But for travis we need it only in check_nonroot().
check_root() *can* do chown and the check_dist() is handled
by Makefile.
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makemodule.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makemodule.am b/tools/Makemodule.am index 03f2be6ba..bc22926f1 100644 --- a/tools/Makemodule.am +++ b/tools/Makemodule.am @@ -6,4 +6,5 @@ EXTRA_DIST += \ tools/checkdecl.sh \ tools/checkincludes.pl \ tools/checkmans.sh \ + tools/checkusage.sh \ tools/checkxalloc.sh |