summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2016-10-26 17:44:19 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-10-26 17:44:19 -0300
commita2c4f6f2b00e98bf79b2d48861b4886a033883ed (patch)
treea96d1ebad4fd5384a344ec1df47a7bf01a31c3d8
parent3875f0c705290fca31a1e83586a25a17645c6713 (diff)
Rename to gst-build
-rw-r--r--README.md4
-rwxr-xr-xsetup2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9a55390..d1bf0a0 100644
--- 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
--- 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__))