This commit is contained in:
rhelmer%mozilla.com 2006-08-01 21:48:17 +00:00
Родитель a4bc274aec
Коммит 233ba2d033
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -11,8 +11,8 @@ unpack_build () {
cd ../
mkdir -p mnt
echo "y" | PAGER="/bin/cat" hdiutil attach \
-quiet -puppetstrings -noautoopen -mountpoint \
./mnt "$pkg_file" > /dev/null
-quiet -puppetstrings -noautoopen \
-mountpoint ./mnt "$pkg_file" > /dev/null
rsync -a ./mnt/* $dir_name/
hdiutil detach mnt > /dev/null
cd $dir_name