Update clean_tarball.sh
authorJürgen Weigert <jnweiger@gmail.com>
Thu, 28 Sep 2017 19:09:43 +0000 (21:09 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:38 +0000 (22:01 +0200)
warning against removing sqlite. it is used with Linux with cmake switch on CentOS6
USE_OUR_OWN_SQLITE3=TRUE

admin/linux/clean_tarball.sh

index 9c969543ca7404c48ae846f79be7c337b2a969f2..51d0918a7a015e36fcd4e1d586829b8e4d07306f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 rm -vrf admin/
-rm -vrf src/3rdparty/sqlite3
+rm -vrf src/3rdparty/sqlite3   # FIXME: For CentOS6 we have to use our bundled sqlite
 rm -vrf binary/
 rm -vrf src/3rdparty/libcrashreporter-qt
 rm -vrf shell_integration/windows