Browse Source

ups, forgotten fix-attrs

Gorka Lerchundi Osa 10 years ago
parent
commit
bbc25be839
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rootfs/build-latest

+ 3 - 0
rootfs/build-latest

@@ -75,6 +75,9 @@ do
       tar xvfz /tmp/$package-linux-amd64-bin.tar.gz -C $overlaypath
   done
 
+  # install fix-attrs
+  cp /tmp/fix-attrs $overlaypath/usr/bin/fix-attrs
+
   # fix perms
   chmod +x $overlaypath/init                        \
            $overlaypath/etc/s6/.s6-svscan/finish    \