Changeset 719 for trunk/technical
- Timestamp:
- Oct 2, 2008, 1:51:24 PM (17 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/technical/common/build/build.sh (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/technical/common/build/build.shr718 r719 184 184 # if there is no changelog section in the spec file, 185 185 # also append the Changes there 186 if ! grep -q "%changelog" $SPECFILE ; then186 if ! grep -q -i "%changelog" $SPECFILE ; then 187 187 # paste "Changes" into SPEC file. 188 188 echo "%changelog" >> ${BUILDTEMP}/src/${PACKAGE}/$SPECFILE 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
