mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
fixing bustage caused by bug 225269
This commit is contained in:
parent
a708abe2bf
commit
f1eb3a6b9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user