Difference between revisions of "Buildiso with AUR packages: Using buildpkg"
Buildiso with AUR packages: Using buildpkg (view source)
Revision as of 07:25, 23 September 2017
, 7 years ago→Create directories
imported>Fhdk |
imported>Fhdk |
||
Line 12: | Line 12: | ||
==Create directories== | ==Create directories== | ||
The first thing you should probably do is create a directory for your online repository. The online repository is called | The first thing you should probably do is create a directory for your online repository. The online repository is called '''online-repo''' throughout this tutorial, you however are free to name it to your liking. This'll help keep things organized. Your repository will include two subdirectories for the different architectures: | ||
mkdir -p ~/online-repo/i686 ~/online-repo/x86_64 | mkdir -p ~/online-repo/i686 ~/online-repo/x86_64 | ||
Line 24: | Line 24: | ||
This temporary build directory is created in your home folder, but you can create it anywhere you want. | This temporary build directory is created in your home folder, but you can create it anywhere you want. | ||
==Download package files from AUR using yaourt== | ==Download package files from AUR using yaourt== |