*** empty log message ***
This commit is contained in:
parent
78a1a0ac10
commit
b1fbcd3ab5
1 changed files with 13 additions and 0 deletions
13
etc/abs/abs.conf
Normal file
13
etc/abs/abs.conf
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#
|
||||||
|
# /etc/abs/abs.conf
|
||||||
|
#
|
||||||
|
|
||||||
|
# the top-level directory of all your PKGBUILDs
|
||||||
|
[ "$ABSROOT" = "" ] && ABSROOT="/var/abs"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Supfiles to be parsed by abs (in this order)
|
||||||
|
# (prefix a module with a ! to disable it)
|
||||||
|
#
|
||||||
|
SUPFILES=(arch extra !unstable !community)
|
||||||
|
|
Loading…
Add table
Reference in a new issue