Changeset 730
- Timestamp:
- Oct 9, 2008, 5:53:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/svn_build_prepare.sh
r729 r730 14 14 15 15 # when building debian packages, which files from the "debian" 16 # directory are required (in addition to the package description17 # and changelog )18 debfiles="control rules" 19 16 # directory are required in addition to the package description 17 # and changelog 18 DEBFILES="control rules" 19 20 20 BUILDUSER=$USER 21 21 [ -z $DEST_DIR ] && DEST_DIR="/tmp/build.$BUILDUSER" … … 179 179 # copy files from "debian" directory into the package directory, renaming 180 180 # them accordingly 181 for f in $ debfiles181 for f in $DEBFILES 182 182 do 183 [ -r " $f" ] && cp "debian/$f" ${BUILDTEMP}/src/${PACKAGE}/debian.$f183 [ -r "debian/$f" ] && cp "debian/$f" ${BUILDTEMP}/src/${PACKAGE}/debian.$f 184 184 done 185 185 fi 186 186 fi 187 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.