Changeset 978 for dassbuild/trunk
- Timestamp:
 - Jan 10, 2012, 9:34:35 AM (14 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  dassbuild/trunk/usr/bin/dassbuild_prepare.sh (modified) (1 diff)
 
 
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.
  