Skip to content

Commit

Permalink
Fix remove problem (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneawk authored and madeye committed Aug 6, 2016
1 parent 935314a commit 14038cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ try $ANDROID_NDK_HOME/ndk-build -j8
# copy executables
for app in pdnsd redsocks ss-local ss-tunnel tun2socks
do
rm -f assets/armeabi-v7a
rm -f assets/x86
rm -rf assets/armeabi-v7a
rm -rf assets/x86
mkdir -p assets/armeabi-v7a
mkdir -p assets/x86
try mv libs/armeabi-v7a/$app assets/armeabi-v7a/
Expand Down

0 comments on commit 14038cd

Please sign in to comment.