From 37d1d4d9d8323b21425ee240b0614fd5765cbc80 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 30 May 2025 10:52:27 +0200 Subject: [PATCH] docs: update Linux/Arch/make-package --- Linux/Arch/make-package.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/Arch/make-package.md b/Linux/Arch/make-package.md index dbffd0d..2652e0d 100644 --- a/Linux/Arch/make-package.md +++ b/Linux/Arch/make-package.md @@ -2,7 +2,7 @@ title: Make Package description: Information on how to make arch packages that can be used with pacman published: true -date: 2025-05-30T08:52:02.751Z +date: 2025-05-30T08:52:26.487Z tags: editor: markdown dateCreated: 2025-05-30T08:32:02.401Z @@ -13,7 +13,7 @@ dateCreated: 2025-05-30T08:32:02.401Z In the root folder a [**PKGBUILD**](https://wiki.archlinux.org/title/PKGBUILD) file as to be created which contains configuration for the package. -When makepkg is run, these folders are created: +When makepkg is run, these folders are created on the machine wich installs the package: ``` myapp/ ├── PKGBUILD