mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 19:45:35 -04:00
[debian] rules: Don't bother deleting the extra LICENSE file.
It's failing on Launchpad for some reason.
This commit is contained in:
parent
c96e470e1b
commit
253af29292
5
debian/rules
vendored
5
debian/rules
vendored
@ -22,8 +22,3 @@ override_dh_auto_test:
|
|||||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||||
CTEST_OUTPUT_ON_FAILURE=1 $(MAKE) -C build test
|
CTEST_OUTPUT_ON_FAILURE=1 $(MAKE) -C build test
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Remove the extra LICENSE file.
|
|
||||||
override_dh_auto_install:
|
|
||||||
dh_auto_install
|
|
||||||
rm $(DESTDIR)/usr/share/doc/rvthtool/LICENSE
|
|
||||||
|
Loading…
Reference in New Issue
Block a user