Remove redundant instruction to install "git" (#126)
* Remove redundant instruction to install "git" git is already installed as a dependency of solbuild anyway (also the sentence looked a bit weird/unclear as a result) * Update lastmod timestamp
This commit is contained in:
parent
4b0a5b19ed
commit
b4f91da628
|
@ -1,6 +1,6 @@
|
||||||
+++
|
+++
|
||||||
title = "Building a Package"
|
title = "Building a Package"
|
||||||
lastmod = "2017-05-14T10:49:10+03:00"
|
lastmod = "2018-03-19T15:38:22+02:00"
|
||||||
+++
|
+++
|
||||||
# Building a Package
|
# Building a Package
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ To update solbuild, run: `sudo solbuild update`
|
||||||
|
|
||||||
Next you need to set up `common`, a set of make scripts that enables you to more easily manage, build, check, and publish packages.
|
Next you need to set up `common`, a set of make scripts that enables you to more easily manage, build, check, and publish packages.
|
||||||
|
|
||||||
You need to clone the common repository with git `sudo eopkg it git` by doing `git clone https://dev.solus-project.com/source/common.git` in the same directory you will have sub-folders for packages you are building.
|
You need to clone the common repository with git by doing `git clone https://dev.solus-project.com/source/common.git` in the same directory you will have sub-folders for packages you are building.
|
||||||
|
|
||||||
Next you need to set up symlinks. Do this from the same directory you executed the `git` command:
|
Next you need to set up symlinks. Do this from the same directory you executed the `git` command:
|
||||||
|
|
||||||
|
|
Reference in New Issue