aboutsummaryrefslogtreecommitdiffstats
path: root/testing/usb-modeswitch/Makefile.patch
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2011-03-08 17:47:17 +0000
committerAndrew Manison <amanison@anselsystems.com>2011-03-08 17:47:17 +0000
commit4ebbb2f89cf6b1e6e75b677d970dceb4ae570947 (patch)
treec4ddfcbe61dd658ea81c0ab7fd96ec8adf093020 /testing/usb-modeswitch/Makefile.patch
parentf47ca3f82fad515b749d832a4779b6931876c682 (diff)
parentd91c3add6b683baded911397d54d32afaaca5435 (diff)
downloadaports-4ebbb2f89cf6b1e6e75b677d970dceb4ae570947.tar.bz2
aports-4ebbb2f89cf6b1e6e75b677d970dceb4ae570947.tar.xz
Merge remote-tracking branch 'alpine/master'
Diffstat (limited to 'testing/usb-modeswitch/Makefile.patch')
-rw-r--r--testing/usb-modeswitch/Makefile.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/usb-modeswitch/Makefile.patch b/testing/usb-modeswitch/Makefile.patch
new file mode 100644
index 0000000000..d7f526aa1e
--- /dev/null
+++ b/testing/usb-modeswitch/Makefile.patch
@@ -0,0 +1,16 @@
+--- a/Makefile
++++ b/Makefile
+@@ -21,11 +21,11 @@
+ install -D -m644 40-usb_modeswitch.rules $(RULESDIR)/40-usb_modeswitch.rules
+
+ db-install:
+- install -m644 -t $(PREFIX)/share/usb_modeswitch ./usb_modeswitch.d/*
++ cp ./usb_modeswitch.d/* $(PREFIX)/share/usb_modeswitch
+
+ db-install-packed:
+ cd ./usb_modeswitch.d; tar -czf ../configPack.tar.gz *
+- install -m644 -t $(PREFIX)/share/usb_modeswitch ./configPack.tar.gz
++ install -m644 $(PREFIX)/share/usb_modeswitch ./configPack.tar.gz
+ rm -f ./configPack.tar.gz
+
+