summaryrefslogtreecommitdiffstats
path: root/testing/asterisk-audio-konf/0001-create-install-dir.patch
diff options
context:
space:
mode:
authorCedric Schieli <cschieli@gmail.com>2010-06-01 12:37:47 +0000
committerCedric Schieli <cschieli@gmail.com>2010-06-01 12:37:47 +0000
commit10b8b99e48384b4470cac1330080c12d2ade01de (patch)
tree7bb4ad6cd94a2c9a960fd9a4532d123eee5151d5 /testing/asterisk-audio-konf/0001-create-install-dir.patch
parent9252f1cfd78299b137400ed8169a79f7f833daac (diff)
parentc6c0b6f9dbde1244e7b31f74c703178a867e873f (diff)
downloadaports-to-upstream.tar.bz2
aports-to-upstream.tar.xz
Merge remote branch 'upstream/master' into to-upstreamto-upstream
Diffstat (limited to 'testing/asterisk-audio-konf/0001-create-install-dir.patch')
-rw-r--r--testing/asterisk-audio-konf/0001-create-install-dir.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/asterisk-audio-konf/0001-create-install-dir.patch b/testing/asterisk-audio-konf/0001-create-install-dir.patch
new file mode 100644
index 00000000..9d2f548e
--- /dev/null
+++ b/testing/asterisk-audio-konf/0001-create-install-dir.patch
@@ -0,0 +1,24 @@
+From b44f99b7ab158f3e0cf3a2344fcc58d90982378c Mon Sep 17 00:00:00 2001
+From: Natanael Copa <ncopa@alpinelinux.org>
+Date: Thu, 27 May 2010 09:31:03 +0000
+Subject: [PATCH] create install dir
+
+---
+ konference/Makefile | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/konference/Makefile b/konference/Makefile
+index 9cc2201..e0901df 100644
+--- a/konference/Makefile
++++ b/konference/Makefile
+@@ -158,6 +158,7 @@ vad_test: vad_test.o libspeex/preprocess.o libspeex/misc.o libspeex/smallft.o
+ $(CC) $(PROFILE) -o $@ $^ -lm
+
+ install:
++ $(INSTALL) -d $(INSTALL_MODULES_DIR)
+ $(INSTALL) -m 755 $(TARGET) $(INSTALL_MODULES_DIR)
+
+
+--
+1.7.1
+