From 3cb3d3cbbf794c18a6f91866c6d7fa38880c1eb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 14 Apr 2013 17:52:52 +0100 Subject: [PATCH] update-common: fix case statement --- update-common | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/update-common b/update-common index d6c7fd5..d48e9f4 100755 --- a/update-common +++ b/update-common @@ -74,11 +74,7 @@ do cd $dir/$module # update autogen.sh for selected modules case $module in - gstreamer) - gst-plugins-base) - gst-plugins-good) - gst-plugins-ugly) - gst-plugins-bad) + gstreamer|gst-plugins-base|gst-plugins-good|gst-plugins-ugly|gst-plugins-bad ) ./common/update-autogen git add autogen.sh ;; -- 2.7.4