Translations:Create Manjaro Packages/53/en

Revision as of 16:29, 7 September 2021 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In old packages, there was no package() function. So, files were put into the pkg directory at the end of the build() function. If package() is not present, build() runs via fakeroot. In new packages, package() is required and runs via fakeroot instead, and build() runs without any special privileges.