diff --git a/build.sh b/build.sh index 8516202..5301f34 100755 --- a/build.sh +++ b/build.sh @@ -11,6 +11,7 @@ make -j$(cat /proc/cpuinfo | grep "processor" | wc -l) cd .. cp ./ssinstall ./debian/opt/durapps/spark-store/bin/ +cp ./spark-dstore-patch ./debian/opt/durapps/spark-store/bin/ cp ./build/src/spark-store ./debian/opt/durapps/spark-store/bin/ cp ./translations/*.qm ./debian/usr/share/spark-store/translations/ diff --git a/spark-dstore-patch b/spark-dstore-patch new file mode 100755 index 0000000..8914f4c Binary files /dev/null and b/spark-dstore-patch differ