mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -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)))
|
||||
CTEST_OUTPUT_ON_FAILURE=1 $(MAKE) -C build test
|
||||
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