From a383308a52a010414f5a3897e12338ad01187c2e Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 15 Oct 2019 03:05:30 -0400 Subject: ensure deb files are found on 32bit arch --- rootfs/samizdat-wip.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rootfs') diff --git a/rootfs/samizdat-wip.yaml b/rootfs/samizdat-wip.yaml index 008ee95..c18da33 100644 --- a/rootfs/samizdat-wip.yaml +++ b/rootfs/samizdat-wip.yaml @@ -1,12 +1,12 @@ parent: kernel unpack-only: false packages: -- ../openssh-client_7.9p1-10_$(karch).deb -- ../openssh-server_7.9p1-10_$(karch).deb -- ../openssh-sftp-server_7.9p1-10_$(karch).deb -# ../openssh-tests_7.9p1-10_$(karch).deb +- ../openssh-client_7.9p1-10_$(debarch).deb +- ../openssh-server_7.9p1-10_$(debarch).deb +- ../openssh-sftp-server_7.9p1-10_$(debarch).deb +# ../openssh-tests_7.9p1-10_$(debarch).deb - ../ssh_7.9p1-10_all.deb -- ../ssh-askpass-gnome_7.9p1-10_$(karch).deb +- ../ssh-askpass-gnome_7.9p1-10_$(debarch).deb - dnsutils - cron -- cgit v1.2.3