diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2010-11-18 14:32:50 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2010-11-18 14:32:50 -0300 |
commit | 750fb2354ee41ae92c6c7cde5ae577cf8d8a610c (patch) | |
tree | d877902ae6a7ef654c557f67814906ee158f3b0e /libretools.conf | |
parent | 8ed3399a01a2259b82459af5247fa6731630d256 (diff) |
Added librepatch for generating -libre patches (useful for abs-libre)
Fixed librechroot
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libretools.conf b/libretools.conf index a83c8c4..05db5ce 100644 --- a/libretools.conf +++ b/libretools.conf @@ -10,6 +10,9 @@ CHCOPY=copy # Obtains CacheDir from pacman.conf CACHEDIR=`grep "^#\?CacheDir" /etc/pacman.conf | cut -d'=' -f2` +# Directory where you store PKGBUILD patches +PATCHDIR= + # Parabola hostname (should be the same used on ssh_config PARABOLAHOST=parabola |