Ensure .abuild directory exists

This commit is contained in:
Drew DeVault 2020-07-14 10:34:10 -04:00
parent 56ea7f0ef7
commit a092550035
1 changed files with 1 additions and 0 deletions

1
pkgkit
View File

@ -86,6 +86,7 @@ add_repo() {
if ! [ -f "$key" ]
then
echo "Warning: generating new abuild key"
mkdir -p $HOME/.abuild
(
umask 0007
openssl genrsa -out "$key" 2048