latest fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@328 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -310,7 +310,7 @@ if not os.path.isdir(ETP_DIR):
|
||||
for x in etpConst:
|
||||
if (type(etpConst[x]) is str):
|
||||
|
||||
if (not etpConst[x]) or (etpConst[x].endswith(".conf")) or (not etpConst[x].startswith("/")) or (etpConst[x].endswith(".cfg")) or (etpConst[x].endswith(".tmp")) or (etpConst[x].find(".db") != -1):
|
||||
if (not etpConst[x]) or (etpConst[x].endswith(".conf")) or (not etpConst[x].startswith("/")) or (etpConst[x].endswith(".cfg")) or (etpConst[x].endswith(".tmp")) or (etpConst[x].find(".db") != -1) or (etpConst[x].find(".log") != -1):
|
||||
continue
|
||||
|
||||
if etpConst[x].find("%ARCH%") != -1:
|
||||
|
||||
Reference in New Issue
Block a user