Revert "debian/rules: Also clean the scstadmin/scstadmin soft link" (trunk r9330)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.5.x@9454 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2021-06-24 03:48:43 +00:00
parent 4189c63637
commit aa16354497

3
debian/rules vendored
View File

@@ -24,8 +24,7 @@ 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 && \
rm -f scstadmin/scstadmin
scripts/clean-source-tree -x debian/changelog
build:
make 2release && \