diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-11-30 19:23:24 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-11-30 19:23:24 -0500 |
commit | 09e6fab1c9e3978b1c2f83bd593372f25a14f343 (patch) | |
tree | b0ab84faa5ad4b8f5f60ba8f90e2db5cac9d1745 /INSTALL.in | |
parent | 75dab1662cf7af7265f29fb99da952f8a8633d19 (diff) | |
download | gtk+-09e6fab1c9e3978b1c2f83bd593372f25a14f343.tar.gz |
Cosmetic formatting fixes
Diffstat (limited to 'INSTALL.in')
-rw-r--r-- | INSTALL.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.in b/INSTALL.in index 243c0b863e..7a1dcec01e 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -22,8 +22,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % tar xf gtk+-@GTK_VERSION@.tar.xz # unpack the sources - % cd gtk+-@GTK_VERSION@ # change to the toplevel directory + % tar xf gtk+-@GTK_VERSION@.tar.xz # unpack the sources + % cd gtk+-@GTK_VERSION@ # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK+ [ Become root if necessary ] |