Use the base package name as the provided value, rather than the path, because .deb packages can't start with /

This commit is contained in:
Calen Pennington
2012-04-05 14:03:27 -04:00
parent a1224bd7b9
commit 442d0691a5

View File

@@ -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",