Add build and build/package to the exceptions list so that build/package/rpm/Makefile can be created

This commit is contained in:
braddr%puremagic.com 1999-04-10 06:52:59 +00:00
parent 078067b4c3
commit 31a8e9a70c

View File

@ -1615,7 +1615,7 @@ EOF
fi
dnl Need to manual make the directories to get around deficiency in AC_OUTPUT
for dir in lib modules modules/security; do
for dir in lib modules modules/security build build/package; do
if test ! -d $dir; then rm -f $dir; mkdir $dir; fi
done