Skip to content

Commit d4c0203

Browse files
author
Jonas Pfenniger
committed
Ooops, buxfix
1 parent 070e804 commit d4c0203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ log ./configure --prefix=$TARGET_DIR --enable-static --disable-shared
9090
log make -j 4 && make install
9191

9292
# FIXME: only OS-sepcific
93-
log rm "$TARGET_DIR/lib/*.dylib"
94-
log rm "$TARGET_DIR/lib/*.so"
93+
log rm -f "$TARGET_DIR/lib/*.dylib"
94+
log rm -f "$TARGET_DIR/lib/*.so"
9595

9696
# FFMpeg
9797
log cd "$BUILD_DIR/ffmpeg-0.6"

0 commit comments

Comments
 (0)