Allow empty distribution.

This commit is contained in:
Alexandre Pujol 2021-04-05 21:53:30 +01:00
parent 64d8379375
commit 49bb492766
Failed to generate hash of commit

3
configure vendored
View file

@ -40,9 +40,6 @@ configure() {
root/usr/share/libalpm/hooks/apparmor.hook
)
else
_die "Distribution $DISTRIBUTION not supported."
fi
}