mirror of
https://github.com/3proxy/3proxy.git
synced 2026-06-13 11:00:11 +08:00
Update rules
This commit is contained in:
parent
0c30dd1da8
commit
d81e56fc51
15
debian/rules
vendored
15
debian/rules
vendored
@ -3,8 +3,15 @@
|
|||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_configure:
|
||||||
find src/ -type f -name "*.o" -delete
|
ln -sf Makefile.Linux Makefile
|
||||||
find src/ -type f -name "Makefile.var" -delete
|
|
||||||
find bin/ -type f -executable -delete
|
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
$(MAKE)
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
$(MAKE) DESTDIR=debian/3proxy install
|
||||||
|
|
||||||
|
override_dh_auto_clean:
|
||||||
|
$(MAKE) clean
|
||||||
|
rm -f Makefile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user