projects
/
pharext
/
pharext
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
5f81b70
)
fix packaging relative source directories
author
Michael Wallner
<mike@php.net>
Fri, 15 Jan 2021 13:25:28 +0000
(14:25 +0100)
committer
Michael Wallner
<mike@php.net>
Fri, 15 Jan 2021 13:25:28 +0000
(14:25 +0100)
src/pharext/Packager.php
patch
|
blob
|
history
diff --git
a/src/pharext/Packager.php
b/src/pharext/Packager.php
index 23bcdc9999c52906cf6edcf0254789503c84500e..589e232c3a79cad5cd371f61acc790668bfef2f9 100644
(file)
--- a/
src/pharext/Packager.php
+++ b/
src/pharext/Packager.php
@@
-202,6
+202,7
@@
class Packager implements Command
}
throw new Exception($error);
}
+ $source = $real;
if (!is_dir($real)) {
$source = $this->extract($real);
$this->cleanup[] = new Task\Cleanup($source);