mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
Add rename_build.sh
This commit is contained in:
parent
883eb2d9b8
commit
1aa628f93b
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ for x in `ls` ; do
|
||||||
;;
|
;;
|
||||||
package.count)
|
package.count)
|
||||||
cp ${x} ../${tgtDir}/${x}.orig
|
cp ${x} ../${tgtDir}/${x}.orig
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
cp ${x} ../${tgtDir}/${x}
|
cp ${x} ../${tgtDir}/${x}
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue