mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
* FS#5990 fix (trailing slash)
* Added !testing to default SUPFILES
This commit is contained in:
parent
7f8ee3d1b1
commit
42a0dddc95
@ -3,11 +3,11 @@
|
||||
#
|
||||
|
||||
# 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)
|
||||
# (prefix a module with a ! to disable it)
|
||||
#
|
||||
SUPFILES=(arch extra !unstable !community)
|
||||
SUPFILES=(arch extra !unstable !community !testing)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user