diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-20 19:59:35 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-20 19:59:35 +0200 |
commit | ee80b4ee994836d3458fc763818147f20913bfc8 (patch) | |
tree | f48543d15c6cda67b750f52cad62ae17e1b8308d /INSTALLING | |
parent | update todo (diff) | |
download | xpybar-ee80b4ee994836d3458fc763818147f20913bfc8.tar.gz xpybar-ee80b4ee994836d3458fc763818147f20913bfc8.tar.bz2 xpybar-ee80b4ee994836d3458fc763818147f20913bfc8.tar.xz |
add hdparm
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | INSTALLING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALLING b/INSTALLING new file mode 100644 index 0000000..7c4e11d --- /dev/null +++ b/INSTALLING @@ -0,0 +1,5 @@ +After running `make install`, you +should run `chmod 4755 /usr/bin/restricted-hdparm` +assuming DESTDIR=, PREFIX=/usr and BIN=/bin +or DESTDIR= and BINDIR=/usr/bin. + |