Commit 072d4cbc 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 18f2d4a0
......@@ -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