- patch not silent (-s)

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@692 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-21 21:24:08 +00:00
parent 0ee838360c
commit cdbd85bf2a
+1 -1
View File
@@ -31,7 +31,7 @@ ${BUILD_DIR}/libjuce.a: ${OBJS}
${PKG_ROOT}:
unzip ${PKG_VER}.zip
if [ -e ${PKG_VER}.patch ]; then \
patch -s -p0 < ${PKG_VER}.patch;\
patch -p0 < ${PKG_VER}.patch;\
fi
clean: