diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 14:07:15 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 14:07:15 +0000 |
| commit | 011ffcd1699b7d97e1d5e25922a9b686ba8156ae (patch) | |
| tree | 1b3dc80e7cc88f59728059a7ac02cb2b44f7dfed | |
| parent | 937acf87ef00d257f73faaf5c0844b6bf7074a70 (diff) | |
| download | boca-011ffcd1699b7d97e1d5e25922a9b686ba8156ae.tar.gz boca-011ffcd1699b7d97e1d5e25922a9b686ba8156ae.zip | |
d/rules install-scripts, in order to install boca-dump
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3453dd0..9631f39 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ override_dh_auto_install: mkdir -p debian/boca-db make -j1 install-bocadb DESTDIR=debian/boca-db mkdir -p debian/boca-common - make -j1 install-bocacommon DESTDIR=debian/boca-common + make -j1 install-bocacommon install-scripts DESTDIR=debian/boca-common %: dh $@ |