bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

Invalid `extracted_source` in `after_source_extraction` #170

Closed elionne closed 7 years ago

elionne commented 8 years ago

When I try to use after_source_extraction hook the extracted_source argument is wrong. A double concatenation seems appear. The path look like that:

/home/user/dev/packager.git/project1/tmp-build/home/user/dev/packager.git/project1/tmp-build/project1-branch-develop

I use a source flag as (for testing only):

  source "file:///home/user/dev/project1",
         :with => "git",
         :as => "project1",
         :branch => "develop"
bernd commented 7 years ago

Thank you for the report! This will be fixed in the next fpm-cookery release.