Changeset 1173 for dassbuild/trunk/usr


Ignore:
Timestamp:
Nov 13, 2014, 6:32:40 PM (9 years ago)
Author:
joergs
Message:

spec file can be a link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dassbuild/trunk/usr/bin/dassbuild_prepare.sh

    r978 r1173  
    159159        # do not modify SPEC-file
    160160        unset BUILD_MODIFIES_SPEC
    161    
    162     else 
     161
     162    else
    163163        printf "error: neither SOURCES nor SPECSOURCES file found. One of these is required. Exiting\n"
    164164        exit 255
     
    166166
    167167    # copy orig SPEC-file (may be modified later)
    168     cp -a $SPECFILE ${BUILDTEMP}/src/${PACKAGE}/
     168    cp -p $SPECFILE ${BUILDTEMP}/src/${PACKAGE}/
    169169    test -r ${PACKAGE}.changes && cp -a ${PACKAGE}.changes ${BUILDTEMP}/src/${PACKAGE}/
    170170
Note: See TracChangeset for help on using the changeset viewer.