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:
lxnay
2007-07-27 10:11:21 +00:00
parent c04e2dc59c
commit f2bed8409d
+1 -1
View File
@@ -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"