Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 20 years ago
parent
commit
6ac121a02e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Build-Target

+ 1
- 1
scripts/Build-Target

@ -362,7 +362,7 @@ pkgloop_action() {
#
umount_chroot() {
exec 201> /dev/null
if [ -z "$( fuser "${build_logs}/*.log" )" ]; then
if [ -z "$( fuser ${build_logs}/*.log )" ]; then
umount -d -f $build_rock/{loop,config,download} 2> /dev/null
umount -d -f -l $build_rock/{loop,config,download} 2> /dev/null
umount -d -f $build_root/proc 2> /dev/null

Loading…
Cancel
Save