Codebase list facter / 9c9c79a
Fixed #1567 - fixed createpackage.sh output James Turnbull 15 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 1.5.x:
1 Fixed #1569 - createpackage.rb bug
2
1 Fixed #1569 - createpackage.sh bug
2
3 Fixed #1567 - createpackage.sh output
34 1.5.2:
45 Fixed #1562 - Removed facter from PREREQS
56
4949 function install_facter() {
5050 echo "Installing Facter to ${pkgroot}"
5151 cd "$facter_root"
52 ./"${INSTALLRB}" --destdir="${pkgroot}" --bindir="${BINDIR}" --sitelibdir="${SITELIBDIR}" &> /dev/null
52 ./"${INSTALLRB}" --destdir="${pkgroot}" --bindir="${BINDIR}" --sitelibdir="${SITELIBDIR}"
5353 chown -R root:admin "${pkgroot}"
5454 }
5555