From cf06dcb0650f603ae3d634634d81f9ec78d21937 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 21 Dec 2017 17:52:56 +0100 Subject: Edited documentation - Search highlighting is removed when you close the search box - Fixed PKGBUILD not working - PKGBUILD can now pick compiler and optimization --- docs/manual/Building.Packaging.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 docs/manual/Building.Packaging.md (limited to 'docs/manual/Building.Packaging.md') diff --git a/docs/manual/Building.Packaging.md b/docs/manual/Building.Packaging.md deleted file mode 100644 index c88eab0..0000000 --- a/docs/manual/Building.Packaging.md +++ /dev/null @@ -1,16 +0,0 @@ -# Packaging - -## Source Tarball - -1. Get source code from the repository -> git archive --format=tar HEAD > head.tar - -2. Compress with lzip -> lzip -9 --force --output=head.tar.lz head.tar - -3. Generate checksum -> sha512sum --binary head.tar.lz > head.tar.lz.sha512 - -## makepkg - -A PKGBUILD is provided in linux/makepkg/PKGBUILD. -- cgit v1.2.1