Codebase list findbugs / 8ba384c
Use the install file instead of the debian/rule Sylvestre Ledru 10 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2323 bin/xpathFind usr/share/findbugs/bin
2424 bin/findbugs.ico usr/share/findbugs/bin
2525 doc/html usr/share/doc/findbugs
26 debian/wrappers/findbugs usr/bin
27
2020 chmod -x $(CURDIR)/bin/findbugs.ico
2121
2222 mkdir -p $(CURDIR)/debian/findbugs/usr/bin
23 install -m 755 $(CURDIR)/debian/wrappers/findbugs \
24 $(CURDIR)/debian/findbugs/usr/bin
2523
2624 # install docs here
27 mv $(CURDIR)/doc/manual $(CURDIR)/doc/html
25 cp -R $(CURDIR)/doc/manual $(CURDIR)/doc/html
2826
2927 dh_install --sourcedir=$(CURDIR)
3028