Changeset 978 for dassbuild/trunk/usr/bin
- Timestamp:
- Jan 10, 2012, 9:34:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dassbuild/trunk/usr/bin/dassbuild_prepare.sh
r951 r978 223 223 fi 224 224 225 if [ -r "EXTRASOURCES" ]; then 226 # EXTRASOURCES has to list the files 227 # that are used to control the buildprocess of 228 # obs. rpmlintrc is such an example 229 # these files are copied to the build environment 230 mkdir -p ${BUILDTEMP}/src/${PACKAGE} 231 cp -av `cat EXTRASOURCES` ${BUILDTEMP}/src/${PACKAGE} 232 fi 225 233 fi 226 234 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.