[vlc-commits] contrib: dvbpsi has config.* in a custom dir

Rafaël Carré git at videolan.org
Thu Jan 5 23:19:05 CET 2012


vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan  5 04:29:46 2012 -0500| [20cf5c9ec256222cfac8bc06ea0edb4fa516711c] | committer: Jean-Baptiste Kempf

contrib: dvbpsi has config.* in a custom dir
(cherry picked from commit d62d0e3f8f2cb96c755bf8e0666bf4dc248b827d)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=20cf5c9ec256222cfac8bc06ea0edb4fa516711c
---

 contrib/src/dvbpsi/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/dvbpsi/rules.mak b/contrib/src/dvbpsi/rules.mak
index 6b1a739..84740de 100644
--- a/contrib/src/dvbpsi/rules.mak
+++ b/contrib/src/dvbpsi/rules.mak
@@ -15,7 +15,7 @@ $(TARBALLS)/libdvbpsi-$(DVBPSI_VERSION).tar.bz2:
 
 libdvbpsi: libdvbpsi-$(DVBPSI_VERSION).tar.bz2 .sum-dvbpsi
 	$(UNPACK)
-	$(UPDATE_AUTOCONFIG)
+	$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && mv config.guess config.sub .auto
 	$(MOVE)
 
 .dvbpsi: libdvbpsi



More information about the vlc-commits mailing list