summaryrefslogtreecommitdiff
path: root/update-common
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-04-14 17:52:52 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-04-14 17:52:52 +0100
commit3cb3d3cbbf794c18a6f91866c6d7fa38880c1eb8 (patch)
tree49ef68914e0226c329ead724ea1c31abcff04a34 /update-common
parent27365926b86b772958bedc78e446545d0ea1f2e8 (diff)
downloadgstreamer-common-3cb3d3cbbf794c18a6f91866c6d7fa38880c1eb8.tar.gz
update-common: fix case statement
Diffstat (limited to 'update-common')
-rwxr-xr-xupdate-common6
1 files changed, 1 insertions, 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
;;