diff options
Diffstat (limited to 'internal/rosa/package/bzip2.az')
| -rw-r--r-- | internal/rosa/package/bzip2.az | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/internal/rosa/package/bzip2.az b/internal/rosa/package/bzip2.az index f1b4ed25..2b8e3362 100644 --- a/internal/rosa/package/bzip2.az +++ b/internal/rosa/package/bzip2.az @@ -15,13 +15,10 @@ package bzip2 { enterSource = true; exec = make { - skipConfigure = true; - skipCheck = true; - inPlace = true; - - make = [ - "CC=cc", - ]; + chdir = false; + configure = nil; + make = [ "CC=cc" ]; + check = nil; install = "make PREFIX=/work/system install"; }; } |
