update-common: fix case statement
authorTim-Philipp Müller <tim@centricular.net>
Sun, 14 Apr 2013 16:52:52 +0000 (17:52 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 14 Apr 2013 16:52:52 +0000 (17:52 +0100)
update-common

index d6c7fd5..d48e9f4 100755 (executable)
@@ -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
         ;;