Trying to build a binary package, so leave the system alone

Trying to build everything (and package it in a pbin) as a non-root user, so
leave the filesystem alone.
master
Georgi Georgiev 12 years ago committed by Georgi Georgiev
parent 037070b547
commit 65b63acb91

@ -144,7 +144,7 @@ gen_kerncache_extract_modules()
gen_kerncache_extract_config()
{
if [ -e "${KERNCACHE}" ]
if [ -e "${KERNCACHE}" -a "${SAVE_CONFIG}" = '1' ]
then
print_info 1 'Extracting kerncache config to /etc/kernels'
mkdir -p /etc/kernels

Loading…
Cancel
Save