need to chmod binaries

Review URL: http://codereview.chromium.org/2325002
This commit is contained in:
Bill Richardson
2010-05-27 18:03:32 -07:00
parent a9f17aa44a
commit 82e0860e6d

View File

@@ -60,3 +60,4 @@ clean:
install: $(TARGET_BINS)
mkdir -p $(DESTDIR)
cp -f $^ $(DESTDIR)
chmod a+rx $(patsubst %,$(DESTDIR)/%,$^)