mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Add build and build/package to the exceptions list so that build/package/rpm/Makefile can be created
This commit is contained in:
parent
078067b4c3
commit
31a8e9a70c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user