From b4f91da62831eea0b774c005d04d4b5cc200b027 Mon Sep 17 00:00:00 2001 From: Staudey Date: Thu, 19 Apr 2018 17:03:53 +0200 Subject: [PATCH] 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 --- packaging/building-a-package/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/building-a-package/en.md b/packaging/building-a-package/en.md index 03bc794..d9e1394 100644 --- a/packaging/building-a-package/en.md +++ b/packaging/building-a-package/en.md @@ -1,6 +1,6 @@ +++ title = "Building a Package" -lastmod = "2017-05-14T10:49:10+03:00" +lastmod = "2018-03-19T15:38:22+02:00" +++ # 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. -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: