projects
/
tools
/
mic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f99717
)
compatible with old style in name prefix
author
Gui Chen
<gui.chen@intel.com>
Mon, 21 Jan 2013 17:39:32 +0000
(
01:39
+0800)
committer
Gui Chen
<gui.chen@intel.com>
Mon, 21 Jan 2013 17:39:32 +0000
(
01:39
+0800)
Change-Id: I6c223bdaf8c74fd36093da6690d8ba5c7379b57c
Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/utils/misc.py
patch
|
blob
|
history
diff --git
a/mic/utils/misc.py
b/mic/utils/misc.py
index 46d1aae6f098d39b81394e856a29fb515f1ac33e..5952656868a967c76360290b334fcce9b38e3069 100644
(file)
--- a/
mic/utils/misc.py
+++ b/
mic/utils/misc.py
@@
-84,7
+84,7
@@
def build_name(kscfg, release=None, prefix = None, suffix = None):
if name.startswith(prefix):
name = name[len(prefix):]
- ret = prefix + name + "-" + suffix
+ ret = prefix +
"-" +
name + "-" + suffix
return ret
def get_distro():