Skip to content

Commit

Permalink
move memtool from $prefix/sbin to $prefix/bin
Browse files Browse the repository at this point in the history
memtool can be useful for non-root users, too, so simplify running it.

Signed-off-by: Uwe Kleine-König <[email protected]>
  • Loading branch information
Uwe Kleine-König committed Oct 7, 2016
1 parent 8e0bf23 commit 8ee652a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
EXTRA_DIST = README.devel

sbin_PROGRAMS = memtool
bin_PROGRAMS = memtool

memtool_SOURCES = memtool.c

dist_man_MANS = memtool.8
dist_man_MANS = memtool.1
2 changes: 1 addition & 1 deletion memtool.8 → memtool.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH memtool "8" "December 2015" "memtool - display and modify memory"
.TH memtool "1" "December 2015" "memtool - display and modify memory"
.SH NAME
memtool \- display and modify memory
.SH SYNOPSIS
Expand Down

0 comments on commit 8ee652a

Please sign in to comment.