Removed build options that placed elf binaries in /bin Removed executable bit from some build files
3 lines
127 B
Bash
3 lines
127 B
Bash
#!/bin/sh
|
|
#BLURB="Rebuild SSL certificate database."
|
|
chroot . usr/bin/update-ca-certificates --fresh 1> /dev/null 2> /dev/null
|