Rename to gst-build
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 26 Oct 2016 20:44:19 +0000 (17:44 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 26 Oct 2016 20:44:19 +0000 (17:44 -0300)
README.md
setup

index 9a55390..d1bf0a0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# gst-all
+# gst-build
 
 GStreamer [meson](http://mesonbuild.com/) based repositories aggregrator
 
@@ -18,7 +18,7 @@ NOTE: on fedora (and maybe other distributions) replace `ninja` with `ninja-buil
 
 ## GStreamer uninstalled
 
-gst-all also contains a special `uninstalled` target that lets you enter
+gst-build also contains a special `uninstalled` target that lets you enter
 an uninstalled development environment where you will be able
 to work on GStreamer easily.
 
diff --git a/setup b/setup
index 296ea69..d179b65 100755 (executable)
--- a/setup
+++ b/setup
@@ -11,7 +11,7 @@ from common import git
 from common import Colors
 
 
-PROJECTNAME = "GStreamer 'all'"
+PROJECTNAME = "GStreamer build"
 
 ROOTDIR = os.path.abspath(os.path.dirname(__file__))