mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 12:11:26 +00:00
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
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@@ -24,7 +24,8 @@ VERSION:=$(shell head -n1 debian/changelog | sed 's/.*(\([0-9.]*\).*).*/\1/')
|
|||||||
clean:
|
clean:
|
||||||
dh_testdir && \
|
dh_testdir && \
|
||||||
dh_prep -Xqla_isp/TAGS -Xdebian/changelog && \
|
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:
|
build:
|
||||||
export BUILD_2X_MODULE=y && \
|
export BUILD_2X_MODULE=y && \
|
||||||
|
|||||||
Reference in New Issue
Block a user