ok fixed a typo, that's it
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@337 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -295,7 +295,7 @@ def extractPkgData(package):
|
||||
# Fill download relative URI
|
||||
if (kernelDependentModule):
|
||||
etpData['versiontag'] = "t"+kmodver
|
||||
versiontag = "-t"+etpData['versiontag']
|
||||
versiontag = "-"+etpData['versiontag']
|
||||
else:
|
||||
versiontag = ""
|
||||
etpData['download'] = etpConst['binaryurirelativepath']+etpData['name']+"-"+etpData['version']+versiontag+".tbz2"
|
||||
|
||||
Reference in New Issue
Block a user