mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
dd10c3dbae
This reverts commit c7a4ca9c45
and adds a patch to fix compilation on 13.1.
8 lines
160 B
Bash
8 lines
160 B
Bash
if [ ! -e etc/leafnode/local.groups ]; then
|
|
touch etc/leafnode/local.groups
|
|
fi
|
|
|
|
if [ ! -e etc/leafnode/moderators ]; then
|
|
touch etc/leafnode/moderators
|
|
fi
|
|
|