From 442d0691a5586ec89d09ecc5f0afb08f81f9f842 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 5 Apr 2012 14:03:27 -0400 Subject: [PATCH] Use the base package name as the provided value, rather than the path, because .deb packages can't start with / --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index 1838b019fb..f99ca9b067 100644 --- a/rakefile +++ b/rakefile @@ -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",