Changeset 1029 in ProjectBuilder for devel/rpmbootstrap/bin


Ignore:
Timestamp:
May 21, 2010, 9:59:59 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Fix umask propagation in VE, fixing issues in directory creation with wrong rights
  • Remove the useless vemindep option and fix ospkgdep accordingly
  • Fix the rights for the dev dir in rpmbootstrap
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1027 r1029  
    411411#
    412412pb_mkdir_p("$vepath/dev");
     413chmod 0755,"$vepath/dev";
    413414pb_system("mknod -m 644 $vepath/dev/random c 1 8","Creating $vepath/dev/random") if (! -c "$vepath/dev/random");
    414415pb_system("mknod -m 644 $vepath/dev/urandom c 1 9","Creating $vepath/dev/urandom") if (! -c "$vepath/dev/urandom");
Note: See TracChangeset for help on using the changeset viewer.