Commit dbd9112c authored by Ed Reel's avatar Ed Reel Committed by Chris Thurber

Fix manpages missing library error on install (#3652)

parent bf1eb6d8
...@@ -665,7 +665,7 @@ def resolve_dependencies ...@@ -665,7 +665,7 @@ def resolve_dependencies
i = 0 i = 0
last_deps = [] last_deps = []
last_packages = ["curl", "gtk3", "sommelier"] last_packages = ["curl", "mandb", "gtk3", "sommelier"]
@dependencies.each do |dep| @dependencies.each do |dep|
if last_packages.include?(dep) if last_packages.include?(dep)
@dependencies.delete_at(i) @dependencies.delete_at(i)
......
# Defines common constants used in different parts of crew # Defines common constants used in different parts of crew
CREW_VERSION = '1.2.5' CREW_VERSION = '1.2.6'
ARCH = `uname -m`.strip ARCH = `uname -m`.strip
ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment