we are not requiring gifs in the code so do not require them in the

configure.
This commit is contained in:
kestes%staff.mail.com 2000-08-24 14:46:38 +00:00
Родитель 9b3a32bf0c
Коммит 6012b8b65d
1 изменённых файлов: 1 добавлений и 2 удалений

3
webtools/tinderbox2/configure поставляемый
Просмотреть файл

@ -76,10 +76,9 @@ clean:
rm -rf \$(builddir)
set_build_permissions:
find \$(builddir) -type f | xargs chmod 744
find \$(builddir)/bin -type f | xargs chmod 755
find \$(builddir)/clientbin -type f | xargs chmod 755
find \$(builddir)/gif -type f | xargs chmod 744
find \$(builddir)/lib -type f | xargs chmod 744
# automated file list is generated after this line