* FS#5990 fix (trailing slash)
* Added !testing to default SUPFILES
This commit is contained in:
parent
7f8ee3d1b1
commit
42a0dddc95
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# the top-level directory of all your PKGBUILDs
|
# the top-level directory of all your PKGBUILDs
|
||||||
[ "$ABSROOT" = "" ] && ABSROOT="/var/abs"
|
[ "$ABSROOT" = "" ] && ABSROOT="/var/abs/"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Supfiles to be parsed by abs (in this order)
|
# Supfiles to be parsed by abs (in this order)
|
||||||
# (prefix a module with a ! to disable it)
|
# (prefix a module with a ! to disable it)
|
||||||
#
|
#
|
||||||
SUPFILES=(arch extra !unstable !community)
|
SUPFILES=(arch extra !unstable !community !testing)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue