diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index ae7d3a7a3..f2c24ddf9 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -154,8 +154,6 @@ override_dh_auto_install: | |||
154 | $(MAKE) -C build-deb DESTDIR=`pwd`/debian/openssh-client install-nokeys | 154 | $(MAKE) -C build-deb DESTDIR=`pwd`/debian/openssh-client install-nokeys |
155 | 155 | ||
156 | rm -f debian/openssh-client/etc/ssh/sshd_config | 156 | rm -f debian/openssh-client/etc/ssh/sshd_config |
157 | #Temporary hack: remove /usr/share/Ssh.bin, since we have no smartcard support anyway. | ||
158 | rm -f debian/openssh-client/usr/share/Ssh.bin | ||
159 | 157 | ||
160 | # Split off the server. | 158 | # Split off the server. |
161 | mv debian/openssh-client/usr/sbin/sshd debian/openssh-server/usr/sbin/ | 159 | mv debian/openssh-client/usr/sbin/sshd debian/openssh-server/usr/sbin/ |