diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-01-05 12:21:23 -0600 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-01-05 12:21:23 -0600 |
commit | e7dd5dad5cafafac34f2e37f9058cba73f946b2c (patch) | |
tree | 62ce5bf89e037628b6fb32a1b66f305a67b796f9 /sys/src/cmd/pkg | |
parent | ad5ef458f8ced644217671007f51f4d799928829 (diff) |
pkg/create: use separate steps for mk install and mk clean, to avoid mkfile problems
Diffstat (limited to 'sys/src/cmd/pkg')
-rwxr-xr-x | sys/src/cmd/pkg/create | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/src/cmd/pkg/create b/sys/src/cmd/pkg/create index 525d3b7fe..4cb3b7421 100755 --- a/sys/src/cmd/pkg/create +++ b/sys/src/cmd/pkg/create @@ -11,7 +11,8 @@ C=`{pwd} cd $d mk divergefs -p /tmp/$i / - mk install clean + mk install + mk clean unmount / } cd /tmp/$i/files |