mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-02 22:20:23 +00:00
USe simple makefile vars
This commit is contained in:
parent
1e3c90b461
commit
c1b0035ee5
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
DEB_PYTHON_SYSTEM=pycentral
|
||||
DEB_DH_INSTALLCHANGELOGS_ARGS=ChangeLog.txt
|
||||
DEB_PYTHON_SYSTEM:=pycentral
|
||||
DEB_DH_INSTALLCHANGELOGS_ARGS:=ChangeLog.txt
|
||||
|
||||
# workaround for Debian bug #486848
|
||||
binary-arch binary-indep: install-arch install-indep
|
||||
|
|
|
|||
Loading…
Reference in a new issue