diff options
Diffstat (limited to 'internal/rosa/package/unzip.az')
| -rw-r--r-- | internal/rosa/package/unzip.az | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/package/unzip.az b/internal/rosa/package/unzip.az index a802ddff..e52f8555 100644 --- a/internal/rosa/package/unzip.az +++ b/internal/rosa/package/unzip.az @@ -15,10 +15,12 @@ package unzip { compress = gzip; }; + enterSource = true; writable = true; chmod = true; exec = generic { + inPlace = true; build = `unix/configure make -f unix/Makefile generic1`; install = ` |
