Difference between revisions of "Buildiso with AUR packages: Using buildpkg"

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 <code>online-repo</code> throughout this entire tutorial. This'll help keep things organized. Your repository will include two subdirectories for the different architectures:
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==
Anonymous user