mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
pkg: move last remnants of pkg(8) foo out of src
This commit is contained in:
parent
7239bb0fac
commit
c8dcaaba2c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
/src/etc/pkg.conf
|
||||
/src/etc/pkg/repos/origin.conf*
|
||||
/src/etc/pkg/**
|
||||
/src/etc/ssh/**
|
||||
/src/etc/php.ini
|
||||
/src/lib/**
|
||||
|
||||
@ -8,8 +8,13 @@ install:
|
||||
# config.xml factory reset file
|
||||
@cp ${.CURDIR}/config.xml.sample ${DESTDIR}/usr/local/etc
|
||||
@echo "@sample /usr/local/etc/config.xml.sample"
|
||||
# create needed root direction
|
||||
@mkdir -p ${DESTDIR}/usr/local/etc/pkg
|
||||
# available repository configurations
|
||||
@cp -r ${.CURDIR}/repos ${DESTDIR}/usr/local/etc/pkg/
|
||||
@(cd ${.CURDIR}/repos; find * -type f) | \
|
||||
xargs -n1 printf "/usr/local/etc/pkg/repos/%s\n"
|
||||
# main package repository configuration
|
||||
@mkdir -p ${DESTDIR}/usr/local/etc/pkg/repos
|
||||
@cp ${.CURDIR}/origin.conf.sample ${DESTDIR}/usr/local/etc/pkg/repos
|
||||
@echo "@sample /usr/local/etc/pkg/repos/origin.conf.sample"
|
||||
# available fingerprints
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user