@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | * This file contains the base package information |
| 16 | 16 | * |
| 17 | 17 | * @param Spec $spec |
| 18 | - * @return \wapmorgan\rpm\Spec |
|
| 18 | + * @return Packager |
|
| 19 | 19 | */ |
| 20 | 20 | public function setSpec(Spec $spec) |
| 21 | 21 | { |
@@ -124,6 +124,9 @@ discard block |
||
| 124 | 124 | return $command; |
| 125 | 125 | } |
| 126 | 126 | |
| 127 | + /** |
|
| 128 | + * @param string $dest |
|
| 129 | + */ |
|
| 127 | 130 | private function pathToPath($path, $dest) { |
| 128 | 131 | if (is_dir($path)) { |
| 129 | 132 | $iterator = new DirectoryIterator($path); |