From ffed544aac1cd13c28cd7a360b14d3a1f72ea33a Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Fri, 8 Sep 2017 20:07:25 +0300 Subject: [PATCH] remove locale directory in build directory --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 9dcff6e66..25036b5eb 100755 --- a/install.sh +++ b/install.sh @@ -17,6 +17,9 @@ if [ $1 == "-translations" ] ; then if [ -a po ] ; then sudo rm -fr po fi + if [ -a locale ] ; then + sudo rm -fr locale + fi cmake -DCMAKE_INSTALL_PREFIX=/usr -DKDE_L10N_BRANCH=trunk -DKDE_L10N_AUTO_TRANSLATIONS=ON -DCMAKE_BUILD_TYPE=$build_type .. make fetch-translations else