Browse Source

Changed sde-build-tools to also call Config when changes on pkgsel and config files happen, only packages file is excluded now

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
9ee371aca6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-build-tools

+ 1
- 1
bin/sde-build-tools

@ -116,7 +116,7 @@ if [ "$x" ] ; then
else
rm -f $TOOLSDIR/.lastupdate
if echo "$x" | grep -qv " config/$config/" ; then
if echo "$x" | grep -qv " config/$config/package" ; then
echo_header Re-running configuration:
while read -r line ; do
echo_status "$line"

Loading…
Cancel
Save