Skip to content

Commit

Permalink
* reverted back to create the iso where specified, not with some iso…
Browse files Browse the repository at this point in the history
…/ prefix dir, sigh

git-svn-id: https://svn.exactcode.de/t2/trunk@43742 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
  • Loading branch information
rene committed Feb 16, 2015
1 parent 031ddd7 commit 6e28d1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/Create-ISO
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: scripts/Create-ISO
# Copyright (C) 2004 - 2007 The T2 SDE Project
# Copyright (C) 2004 - 2015 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
Expand Down Expand Up @@ -99,8 +99,7 @@ if [ "$implantisomd5" = 1 -a ! -x src/isomd5sum/implantisomd5 ] ; then
fi

echo ; date "+ [%X] Removing old files with same prefix ..."
[ "${isoprefix//\//}" == "${isoprefix}" ] && isoprefix="iso/$isoprefix"
mkdir -vp ${isoprefix%/*}
[ "${isoprefix//\//}" == "${isoprefix}" ] && isoprefix="$isoprefix"
rm -rvf ${isoprefix}_* ${isoprefix}.md5

date "+ [%X] Reading configs ..."
Expand Down

0 comments on commit 6e28d1a

Please sign in to comment.