Skip to content

Commit b2bcf67

Browse files
committed
update Makefile
1 parent a59f71b commit b2bcf67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ $(INSTALL):
2323
install -m 700 yavdr-upgrade $(DESTDIR)/usr/sbin
2424
install -m 700 change-vdr-uid $(DESTDIR)/usr/sbin
2525
install -m 700 create-initial-database $(DESTDIR)/usr/sbin
26+
install -m 755 scripts/yavdr-db-tool $(DESTDIR)/usr/bin/
27+
install -m 755 scripts/yavdr-db-dump $(DESTDIR)/usr/bin/
2628
install -m 700 yavdr-post-install $(DESTDIR)/usr/sbin
2729

2830
$(CLEAN):

0 commit comments

Comments
 (0)