diff options
Diffstat (limited to 'system/rox-filer/rox-filer.SlackBuild')
-rw-r--r-- | system/rox-filer/rox-filer.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/rox-filer/rox-filer.SlackBuild b/system/rox-filer/rox-filer.SlackBuild index fd72e7c7ec..b1ee9afe72 100644 --- a/system/rox-filer/rox-filer.SlackBuild +++ b/system/rox-filer/rox-filer.SlackBuild @@ -89,8 +89,8 @@ chmod 0755 $PKG/$BINDIR/rox # Don't clobber these on upgrades cd Choices/MIME-types - for file in * ; do - mv $file $PKG/$CHOICESDIR/$file.new ; + for file in * ; do + mv $file $PKG/$CHOICESDIR/$file.new ; done cd - |