Commit 442d0691 by Calen Pennington

Use the base package name as the provided value, rather than the path, because…

Use the base package name as the provided value, rather than the path, because .deb packages can't start with /
parent a1224bd7
......@@ -65,7 +65,7 @@ task :package do
"--depends=python-markdown",
"--depends=python-pygments",
"--depends=mysql-client",
"--provides=#{LINK_PATH}",
"--provides=#{PACKAGE_NAME}",
"--name=#{DEPLOY_NAME}",
"--version=#{VERSION}",
"-a", "all",
......
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