diff --git a/rakefile b/rakefile index cf0965d497..fc09d6403c 100644 --- a/rakefile +++ b/rakefile @@ -96,11 +96,11 @@ task :package do "--verbose", "--after-install=#{postinstall.path}", "--prefix=#{INSTALL_DIR_PATH}", - "--exclude=build/**", - "--exclude=rakefile", - "--exclude=.git/**", + "--exclude=**/build/**", + "--exclude=**/rakefile", + "--exclude=**/.git/**", "--exclude=**/*.pyc", - "--exclude=reports/**", + "--exclude=**/reports/**", "-C", "#{REPO_ROOT}", "--provides=#{PACKAGE_NAME}", "--name=#{NORMALIZED_DEPLOY_NAME}",