The unified diff between revisions [d428137d..] and [76d20e3a..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'debian/rules'
# # # patch "debian/rules" # from [6c14d61c6670f83c3d9e9f18dc488df7125492be] # to [aae3ee6d5edbc1865dafbdf08953c04adc86e0b9] # ============================================================ --- debian/rules 6c14d61c6670f83c3d9e9f18dc488df7125492be +++ debian/rules aae3ee6d5edbc1865dafbdf08953c04adc86e0b9 @@ -55,6 +55,7 @@ install: deb-checkdir deb-checkuid build install -d -m0755 "$(DIR)"/usr/sbin install -m0755 dropbear "$(DIR)"/usr/sbin/dropbear install -d -m0755 "$(DIR)"/usr/bin + install -m0755 dbclient "$(DIR)"/usr/bin/dbclient install -m0755 dropbearkey "$(DIR)"/usr/bin/dropbearkey install -d -m0755 "$(DIR)"/usr/lib/dropbear install -m0755 dropbearconvert \