diff --git a/pkgs/applications/networking/browsers/firefox-1.5beta/builder.sh b/pkgs/applications/networking/browsers/firefox-1.5beta/builder.sh new file mode 100644 index 000000000000..9c43004025c7 --- /dev/null +++ b/pkgs/applications/networking/browsers/firefox-1.5beta/builder.sh @@ -0,0 +1,53 @@ +. $stdenv/setup + +preConfigure=preConfigure +preConfigure() { + cat > .mozconfig <Create(DIRECTORY_TYPE, oldPerms))) + return rv; + } else { // dir exists lets try to use leaf +*************** +*** 758,763 **** +--- 759,765 ---- + // get the old permissions + PRUint32 myPerms; + GetPermissions(&myPerms); ++ myPerms |= 0200; + + // Create the new file with the old file's permissions, even if write + // permission is missing. We can't create with write permission and