Changeset 719
- Timestamp:
- Oct 2, 2008, 1:51:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/build.sh
r718 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.