Changeset 8ea21f8 for common


Ignore:
Timestamp:
02/22/2012 10:18:02 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
0216209, 125e05e
Parents:
e650dc7
Message:

Fix a warning when $BUILDDIR/sources is empty and "Rebuild files" is done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    re650dc7 r8ea21f8  
    7878      echo "done"
    7979      echo -n "Cleaning remaining extracted sources in $BUILDDIR/sources ..."
    80       sudo rm -rf `find $BUILDDIR/sources/* -maxdepth 0 -type d`
     80      sudo rm -rf `find $BUILDDIR/sources -maxdepth 1 -mindepth 1 -type d`
    8181      echo "done"
    8282    fi
Note: See TracChangeset for help on using the changeset viewer.