Skip to content
Snippets Groups Projects
Commit dc77c3cc authored by Daniel Salzman's avatar Daniel Salzman
Browse files

distro/deb: fix symbols for Stretch

parent 7d1f6952
No related branches found
No related tags found
No related merge requests found
Pipeline #67346 failed
......@@ -72,7 +72,7 @@ override_dh_auto_install-arch:
echo "No XDP"; \
touch $(CURDIR)/debian/tmp/usr/share/man/man8/kxdpgun.8; \
printf '#!/bin/sh\n\necho "kxdpgun not available"\n' > $(CURDIR)/debian/tmp/usr/sbin/kxdpgun; \
sed -i -E '/knot_xdp_|knot_eth_/d' $(LIBKNOT_SYMBOLS); \
sed -i -E '/knot_xdp_|knot_eth_|KNOT_XDP_/d' $(LIBKNOT_SYMBOLS); \
else \
echo "No XDP, no libknot symbols"; \
touch $(CURDIR)/debian/tmp/usr/share/man/man8/kxdpgun.8; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment