1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/testing/sqm-scripts/10-Makefile.patch
Ben Allen 1d8cbd4b6e testing/sqm-scripts: Upgrade to 1.0.7
- Upgrade to 1.0.7
- Cleanup patches
2016-03-25 11:58:11 +00:00

17 lines
792 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -20,13 +20,8 @@
install -m 0744 src/run-openwrt.sh $(DESTDIR)$(PREFIX)/lib/sqm/run.sh
install-linux: install-lib
- install -m 0755 -d $(DESTDIR)$(PREFIX)/lib/systemd/system \
- $(DESTDIR)$(PREFIX)/lib/tmpfiles.d $(DESTDIR)$(PREFIX)/bin
+ install -m 0755 -d $(DESTDIR)$(PREFIX)/bin
install -m 0644 platform/linux/eth0.iface.conf.example $(DESTDIR)/etc/sqm
- install -m 0644 platform/linux/sqm@.service \
- $(DESTDIR)$(PREFIX)/lib/systemd/system
- install -m 0644 platform/linux/sqm-tmpfiles.conf \
- $(DESTDIR)$(PREFIX)/lib/tmpfiles.d/sqm.conf
install -m 0755 platform/linux/sqm-bin $(DESTDIR)$(PREFIX)/bin/sqm
test -d $(DESTDIR)/etc/network/if-up.d && install -m 0755 platform/linux/sqm-ifup \
$(DESTDIR)/etc/network/if-up.d/sqm || exit 0