Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
d8adf78cc8
2 changed files with 6 additions and 0 deletions
  1. +1
    -0
      scripts/Build-Pkg
  2. +5
    -0
      scripts/Check-System

+ 1
- 0
scripts/Build-Pkg

@ -130,6 +130,7 @@ if [ $# = 0 ] ; then
fi
./scripts/Check-System || exit 1
export ROCK_CHECK_SYSTEM_OK=1
. ./scripts/functions
. ./scripts/parse-config

+ 5
- 0
scripts/Check-System

@ -34,6 +34,10 @@ fi
found_error=0
paranoia=""
if [ "$ROCK_CHECK_SYSTEM_OK" = 1 ]; then
exit 0
fi
if [ "$1" = "-paranoia" ]; then
paranoia=1
fi
@ -151,3 +155,4 @@ if [ $found_error -ne 0 ] ; then
fi
exit $found_error

Loading…
Cancel
Save