From e1bd49c4ecd968cf1642c35e7318fb311b04e2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 25 May 2021 03:11:03 +0200 Subject: DEB tde-i18n: Symlink for common cmake submodule is no longer needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/_base/core/tde-i18n/debian/rules | 2 -- 1 file changed, 2 deletions(-) (limited to 'ubuntu') diff --git a/ubuntu/_base/core/tde-i18n/debian/rules b/ubuntu/_base/core/tde-i18n/debian/rules index 962092a46..3a352bb27 100755 --- a/ubuntu/_base/core/tde-i18n/debian/rules +++ b/ubuntu/_base/core/tde-i18n/debian/rules @@ -62,8 +62,6 @@ $(STAMP_BUILD): # Building the '$(cur_lang)' language ... [ -d $(cur_lang_dir)/build ] || \ mkdir $(cur_lang_dir)/build - [ -e $(cur_lang_dir)/cmake ] || \ - ln -s ../cmake $(cur_lang_dir) [ -e $(cur_lang_dir)/CMakeLists.txt ] || \ ln -s ../template/commonCMakeLists.txt $(cur_lang_dir)/CMakeLists.txt cd $(cur_lang_dir)/build && \ -- cgit v1.2.3