Allow empty distribution.

This commit is contained in:
Alexandre Pujol 2021-04-05 21:53:30 +01:00
parent 64d8379375
commit 49bb492766
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

3
configure vendored
View File

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