Translations:Create Manjaro Packages/53/en
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.