fixing bustage caused by bug 225269

git-svn-id: svn://10.0.0.236/trunk@150116 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
chanial%noos.fr
2003-12-07 02:56:45 +00:00
parent 8ab2a9501a
commit 08d0b89573

View File

@@ -239,7 +239,7 @@ libs:: $(PROGRAM)
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 {} \;
find $(DIST)/$(APP_NAME).app -type d -name "CVS" -prune -exec rm -rf {} \;
clean clobber::
rm -rf $(DIST)/$(APP_NAME).app