diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-06 22:54:33 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 01:20:13 (EST) |
commit | 6d0a6c753c336a0165f616a41a12d43547afaebf (patch) | |
tree | a5321607282f773d2595b3a68dbf7495876d3fbd | |
parent | d3814a34890b56ba4e2599b6f8727bd87cb18359 (diff) |
build: Set drivedb directory
-rwxr-xr-x | build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ nop: @: build: - oh-autoconfigure + oh-autoconfigure -- \ + --with-initscriptdir=no \ + --with-drivedbdir=/var/lib/smartmontools/drivedb oh-autobuild touch $@ |