/[smeserver]/builds_bin/build_installer
ViewVC logotype

Diff of /builds_bin/build_installer

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.14 by slords, Mon Jul 7 15:35:28 2008 UTC Revision 1.15 by slords, Tue Jul 8 13:58:19 2008 UTC
# Line 76  find $(pwd)/$distarch/SME/ -type l | xar Line 76  find $(pwd)/$distarch/SME/ -type l | xar
76  # Copy updated isolinux files  # Copy updated isolinux files
77  sudo cp -f /stage/extra/isolinux/$distrel/* $(pwd)/$distarch/isolinux/  sudo cp -f /stage/extra/isolinux/$distrel/* $(pwd)/$distarch/isolinux/
78    
79  sudo chown -R 9000:9001 $(pwd)/$distarch/  find $(pwd)/$distarch -\( -not -user 9000 -o -not -group 9000 -\) -print0 | xargs -r0 chown 9000:9000
80  sudo chmod -R u+rwX,g+rwX,o+rX,o-w $(pwd)/$distarch/  find $(pwd)/$distarch -\( -type f -not -perm -0664 -o -type d -not -perm -0775 -\) -print0 | xargs -r0 chmod u+rwX,g+rwX,o+rX,o-w
81    
82  echo "You now need to run /stage/bin/build_ISO as non-root"  echo "You now need to run /stage/bin/build_ISO as non-root"
83    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed