]> git.pld-linux.org Git - packages/pulseaudio.git/commitdiff
- normalize modules path
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Sep 2006 00:59:28 +0000 (00:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pulseaudio-path.patch -> 1.1

pulseaudio-path.patch [new file with mode: 0644]

diff --git a/pulseaudio-path.patch b/pulseaudio-path.patch
new file mode 100644 (file)
index 0000000..af86e3e
--- /dev/null
@@ -0,0 +1,13 @@
+--- pulseaudio-0.9.5/configure.ac.orig 2006-08-26 21:22:17.000000000 +0200
++++ pulseaudio-0.9.5/configure.ac      2006-09-16 01:12:35.731599750 +0200
+@@ -733,8 +733,8 @@
+ AC_ARG_WITH(
+         [module-dir],
+-        AC_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINOR}/modules/]),
+-        [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINOR}/modules/"])
++        AC_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINOR}/modules]),
++        [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINOR}/modules"])
+ AC_SUBST(modlibexecdir)
This page took 0.097364 seconds and 4 git commands to generate.