diff options
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index b511029..5336663 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -11,7 +11,7 @@ python do_fetch_prepend () { bb.note("DR is " + DR) try: - os.mkdir(DR,0755) + os.mkdir(DR,0o755) except OSError: pass try: |