X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext;a=blobdiff_plain;f=src%2Fpharext%2FPackager.php;fp=src%2Fpharext%2FPackager.php;h=589e232c3a79cad5cd371f61acc790668bfef2f9;hp=23bcdc9999c52906cf6edcf0254789503c84500e;hb=8c0294b00c6bfcb641ad650c8db262c9c7161d54;hpb=5f81b709ea5db7656b1849060674504edee71830 diff --git a/src/pharext/Packager.php b/src/pharext/Packager.php index 23bcdc9..589e232 100644 --- 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);