Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Commit

Permalink
make sure that assets/ folder exists before trying to copy to it
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Feb 22, 2012
1 parent a426569 commit 768bcff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/Makefile
Expand Up @@ -625,6 +625,7 @@ gpgv2-static:

ASSETS := $(CWD)/../assets
android-assets:
install -d $(ASSETS)
-rm -rf $(ASSETS)/*
cp -a $(LOCAL)/* $(ASSETS)
# remove all the stuff we don't need
Expand Down

0 comments on commit 768bcff

Please sign in to comment.