From b3435fbddadf6d279e6b8a7da1f0d8ea411cbb4f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 Feb 2018 04:45:01 +0000 Subject: [PATCH] debian/rules: Also clean the scstadmin/scstadmin soft link git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7353 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 37435d235..e7db5e4ab 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,8 @@ VERSION:=$(shell head -n1 debian/changelog | sed 's/.*(\([0-9.]*\).*).*/\1/') clean: dh_testdir && \ dh_prep -Xqla_isp/TAGS -Xdebian/changelog && \ - scripts/clean-source-tree -x debian/changelog + scripts/clean-source-tree -x debian/changelog && \ + rm -f scstadmin/scstadmin build: export BUILD_2X_MODULE=y && \