package created by silvan using the webbuild interface [release 3.2.1-1mamba;Sat Dec 15 2012]

This commit is contained in:
2024-01-05 21:57:38 +01:00
parent c4faa6648e
commit aa644d3407
3 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
--- drc-3.2.1/source/makefile 2012-05-07 15:15:49.000000000 +0200
+++ drc-3.2.1.orig/source/makefile 2012-12-15 11:51:30.760962060 +0100
@@ -87,9 +87,9 @@
install: $(CONFIG_TARGETS) $(TARGET_TARGETS) $(MIC_TARGETS) $(IMPULSE_TARGETS) $(DOC_TARGETS) $(BIN_TARGETS)
install $(BIN_TARGETS) $(INSTALL_PREFIX)/bin
install -d $(INSTALL_PREFIX)/share/drc/config/
- install $(CONFIG_TARGETS) $(INSTALL_PREFIX)/share/drc/config/
+ cp -a $(CONFIG_TARGETS) $(INSTALL_PREFIX)/share/drc/config/
install -d $(INSTALL_PREFIX)/share/drc/target/
- install $(TARGET_TARGETS) $(INSTALL_PREFIX)/share/drc/target/
+ cp -a $(TARGET_TARGETS) $(INSTALL_PREFIX)/share/drc/target/
install -d $(INSTALL_PREFIX)/share/drc/mic/
install $(MIC_TARGETS) $(INSTALL_PREFIX)/share/drc/mic/
install -d $(INSTALL_PREFIX)/share/drc/impulse/