mirror of
https://github.com/FOGProject/fos.git
synced 2026-04-21 12:58:23 -05:00
Make sure checking if new packages added is relevant to the buildsource, otherwise it may forget to add the items needed if you remove the buildsource tree.
This commit is contained in:
4
build.sh
4
build.sh
@@ -145,9 +145,9 @@ if [[ $buildFS == 'y' ]]; then
|
||||
fi
|
||||
echo -n "Adding Custom Packages to Build Root........"
|
||||
#oldPackages=$(cat buildsource/package/Config.in)
|
||||
if [[ ! -f .packConfDone ]]; then
|
||||
if [[ ! -f buildsource/.packConfDone ]]; then
|
||||
cat Buildroot/package/newConf.in >> buildsource/package/Config.in
|
||||
touch .packConfDone
|
||||
touch buildsource/.packConfDone
|
||||
fi
|
||||
rsync -avPrI Buildroot/ buildsource > /dev/null
|
||||
#echo $newPackages$oldPackages > buildsource/package/Config.in
|
||||
|
||||
Reference in New Issue
Block a user