Bug 224819: cleanup: remove CVS dirs from packaged app bundle patch by J.J. Enser, r=bryner

This commit is contained in:
chanial%noos.fr 2003-12-07 01:00:41 +00:00
Родитель c34229505f
Коммит f3335aec37
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -238,6 +238,8 @@ libs:: $(PROGRAM)
rsync -aL $(PROGRAM) $(DIST)/$(APP_NAME).app/Contents/MacOS
cp -RL $(srcdir)/macbuild/mach.icns $(DIST)/$(APP_NAME).app/Contents/Resources/mach.icns
echo -n APPLMOZB > $(DIST)/$(APP_NAME).app/Contents/PkgInfo
# remove CVS dirs from packaged app
find $(APP_NAME).app -type d -name "CVS" -prune -exec rm -rf {} \;
clean clobber::
rm -rf $(DIST)/$(APP_NAME).app