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