Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
2dd1db3a03
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Build-Pkg

+ 1
- 1
scripts/Build-Pkg

@ -850,7 +850,7 @@ abort() {
if [ "$stagelevel" -le 1 ]
then
xbase="$( cd $xroot/ 2> /dev/null ; pwd -P )"
if egrep -qv "[ ]($base|$xbase|/tmp|/usr/tmp|/var/tmp|/proc|/dev)(/|$)" \
if egrep -qv "[ ]($base|$xbase|/tmp|/usr/tmp|/var/tmp|/var/backups|/proc|/dev)(/|$)" \
$builddir/fl_wrapper.wlog
then
x="Created file outside basedir: "

Loading…
Cancel
Save