diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-10 12:37:05 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-10 12:37:05 -0400 |
commit | 34658996f276e8f6d03c6c977750930a059bdc53 (patch) | |
tree | d10de562917feca27ad7160f06817371007e7718 /Build | |
parent | baa350b8fca07c10e8d520a1bef027fba00a592b (diff) |
remove bup from bundledprograms
It never belonged there.
Diffstat (limited to 'Build')
-rw-r--r-- | Build/BundledPrograms.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index 4ceee3b52..2f38b11c9 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -54,7 +54,6 @@ bundledPrograms = catMaybes -- one. , ifset SysConfig.wget "wget" #endif - , ifset SysConfig.bup "bup" , SysConfig.lsof , SysConfig.gcrypt , SysConfig.sha1 |