From c8d25b48804b3b2e1e9f53ac518854bfaa61ee02 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Nov 2013 14:29:47 -0400 Subject: Include ssh-keygen in standalone bundle. --- Build/BundledPrograms.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Build') diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index d071ae3aa..87232ebec 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -30,6 +30,7 @@ bundledPrograms = catMaybes #endif , Just "rsync" , Just "ssh" + , Just "ssh-keygen" #ifndef mingw32_HOST_OS , Just "sh" #endif -- cgit v1.2.3