moar oops

master
Chris Dorman 2020-12-01 19:08:22 -08:00
parent 0f4976fe62
commit 406a1abe76
1 changed files with 4 additions and 9 deletions

View File

@ -1230,21 +1230,16 @@ selinux()
cd $tmpdir
# Grab sources for libidn
if [ ! -d $selinuxsrcdir ]; then
if [ ! -d libselinux-2.8 ]; then
wget $selinuxmirror/$selinux
tar -xf $selinux
fi
cd $selinuxsrcdir
cd libselinux-2.8
./configure --prefix=$freondir \
--sysconfdir=$freondir/etc \
--docdir=$freondir/share \
--disable-static
make PREFIX=$freondir -j$corecount
make -j$corecount
make install
make PREFIX=$freondir install
cd $tmpdir
}