Merge pull request #370 from g-a-c/patch-1

Update INSTALL.md
This commit is contained in:
Jim Salter 2019-05-22 10:33:09 -04:00 committed by GitHub
commit 681820ceab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,9 @@
Install prerequisite software:
```bash
apt install libconfig-inifiles-perl libcapture-tiny-perl pv lzop mbuffer
apt install debhelper libcapture-tiny-perl libconfig-inifiles-perl pv lzop mbuffer
```
Clone this repo, build the debian package and install it (alternatively you can skip the package and do it manually like described below for CentOS):

View File

@ -16,7 +16,7 @@ override_dh_auto_install:
@mkdir -p $(DESTDIR)/usr/share/doc/sanoid; \
cp sanoid.conf $(DESTDIR)/usr/share/doc/sanoid/sanoid.conf.example;
@mkdir -p $(DESTDIR)/lib/systemd/system; \
cp debian/sanoid-prune.service $(DESTDIR)/lib/systemd/system;
cp debian/sanoid-prune.service debian/sanoid.timer $(DESTDIR)/lib/systemd/system;
override_dh_installinit:
dh_installinit --noscripts