diff options
Diffstat (limited to 'application/palemoon/moz.build')
-rw-r--r-- | application/palemoon/moz.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/palemoon/moz.build b/application/palemoon/moz.build index 2b9d8f09b..72e37673c 100644 --- a/application/palemoon/moz.build +++ b/application/palemoon/moz.build @@ -15,9 +15,7 @@ DIRS += [ 'themes', ] -DIRS += [ - 'app', -] +DIRS += ['app'] if CONFIG['MAKENSISU']: DIRS += ['installer/windows'] |