--- builds_bin/build_installer 2011/12/16 16:48:38 1.23 +++ builds_bin/build_installer 2012/07/27 18:07:11 1.24 @@ -28,7 +28,7 @@ then $(pwd)/$distarch \ $distarch > pkgorder.$distarch - for PKG in /releases/$distrel/smeextras/$distarch/RPMS/*.rpm + for PKG in /build/smeserver/repo/releases/$distrel/smeextras/$distarch/RPMS/*.rpm do PKGFILE=$(basename $PKG) if [ ! -f $(pwd)/$distarch/SME/RPMS/$PKGFILE ] @@ -47,7 +47,7 @@ then sed -i 's@1,2,3@1@' $(pwd)/$distarch/.discinfo else - for PKG in /releases/testing/$distrel/smeextras/$distarch/RPMS/*.rpm + for PKG in /build/smeserver/repo/releases/testing/$distrel/smeextras/$distarch/RPMS/*.rpm do PKGFILE=$(basename $PKG) if [ ! -f $(pwd)/$distarch/SME/$PKGFILE ] @@ -80,11 +80,11 @@ fi find $(pwd)/$distarch/SME/ -type l | xargs rm -f # Copy updated isolinux files -sudo cp -f /stage/extra/isolinux/$distrel/* $(pwd)/$distarch/isolinux/ +sudo cp -f /build/smeserver/stage/extra/isolinux/$distrel/* $(pwd)/$distarch/isolinux/ -find $(pwd)/$distarch -\( -not -user 9000 -o -not -group 9000 -\) -print0 | sudo xargs -r0 chown 9000:9000 +find $(pwd)/$distarch -\( -not -user 10020 -o -not -group 10020 -\) -print0 | sudo xargs -r0 chown 10020:10020 find $(pwd)/$distarch -\( -type f -not -perm -0664 -o -type d -not -perm -0775 -\) -print0 | sudo xargs -r0 chmod u+rwX,g+rwX,o+rX,o-w -echo "You now need to run /stage/bin/build_ISO as non-root" +echo "You now need to run /build/smeserver/stage/bin/build_ISO as non-root" # That's it.