Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
92027141fa
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      scripts/Config

+ 5
- 0
scripts/Config

@ -79,6 +79,11 @@ if [ $delete_mode = 1 ] ; then
exit $?
fi
# hook for third-party targets that need to insert additional packages before config runs, for example.
for precnf in target/*/preconfig.sh ; do
[ -f $precnf ] && . $precnf
done
if [ $do_config_cycle = 0 ]
then
export swpid=swp$$

Loading…
Cancel
Save