Changeset 1029 in ProjectBuilder for devel/rpmbootstrap


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
Location:
devel/rpmbootstrap
Files:
2 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");
  • devel/rpmbootstrap/etc/.pbrc

    r1027 r1029  
    1616# Special for rinse: script to launch before populating the VE
    1717rbsb4pi centos = /home/rinse/bin/before-post-install.sh
    18 # Additional packages to install for pb to build packages in VE
    19 vemindep rpm = rpm-build,diffutils,ntpdate
    20 vemindep deb = diff
    2118
    2219verebuild default = false
Note: See TracChangeset for help on using the changeset viewer.