docs: update Linux/Arch/make-package

This commit is contained in:
Lukas Forsberg 2025-05-30 11:05:55 +02:00 committed by Lukas Forsberg
parent 78150bcb00
commit 9c66f65278

View File

@ -2,7 +2,7 @@
title: Make Package title: Make Package
description: Information on how to make arch packages that can be used with pacman description: Information on how to make arch packages that can be used with pacman
published: true published: true
date: 2025-05-30T09:05:45.464Z date: 2025-05-30T09:05:53.597Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-05-30T08:32:02.401Z dateCreated: 2025-05-30T08:32:02.401Z
@ -26,4 +26,4 @@ myapp/
* **$pkgdir** - Everything that needs to appear in the installed package must be placed here with the correct directory structure * **$pkgdir** - Everything that needs to appear in the installed package must be placed here with the correct directory structure
* **$srcdir** _ refers to the directory where all source files are unpacked or copied by makepkg * **$srcdir** - refers to the directory where all source files are unpacked or copied by makepkg