aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2011-06-26 16:20:04 +0200
committerSebastian Parborg <darkdefende@gmail.com>2011-06-26 16:20:04 +0200
commit750cfcff50a978fa873be40ede8da2e950829501 (patch)
tree48ba24f55e278efcfeca25bdd25a23136354f097
parentGot it to generate a very simple ebuild for uzbl (diff)
downloadebuildgen-750cfcff50a978fa873be40ede8da2e950829501.tar.gz
ebuildgen-750cfcff50a978fa873be40ede8da2e950829501.tar.bz2
ebuildgen-750cfcff50a978fa873be40ede8da2e950829501.zip
fixed typo
-rw-r--r--scanfiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanfiles.py b/scanfiles.py
index 6ed6a80..6b72ce0 100644
--- a/scanfiles.py
+++ b/scanfiles.py
@@ -68,7 +68,7 @@ def scanproject(dir,projecttype):
if projecttype == "guess":
filestolookfor = ["Makefile","makefile"] #add more later
elif projecttype == "makefile":
- filestolookfor = ["Makefile","makeifle"]
+ filestolookfor = ["Makefile","makefile"]
mfile = scandirfor(dir, filestolookfor)[0] #use first file found
print(mfile)