mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change incorrect path
This commit is contained in:
parent
21838a13cc
commit
938443fdf6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
if [ ! "$_PACKAGES_INDEX_SUBR" ]; then _PACKAGES_INDEX_SUBR=1
|
||||
#
|
||||
# Copyright (c) 2013 Devin Teske
|
||||
# Copyright (c) 2013-2016 Devin Teske
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -47,7 +47,7 @@ _INDEX_INITTED=
|
|||
#
|
||||
# Default path to pkg(8) repo-packagesite.sqlite database
|
||||
#
|
||||
SQLITE_REPO="/var/db/pkg/repo-packagesite.sqlite"
|
||||
SQLITE_REPO="/var/db/pkg/repo-FreeBSD.sqlite"
|
||||
|
||||
#
|
||||
# Default path to on-disk cache INDEX file
|
||||
|
|
|
|||
Loading…
Reference in a new issue