Also update make.conf

Close #25
This commit is contained in:
Augustin FL
2020-04-26 12:00:35 +02:00
committed by GitHub
parent a25ef2c8d9
commit c1603f1560

View File

@ -28,6 +28,7 @@ You will then have to fork and apply updates to 3 repositories:
- Go to the folder `/tools/templates/pkg_repos/` in the branch you would like to build (`master`for dev version, `RELENG_2_5_0` for stable version) - Go to the folder `/tools/templates/pkg_repos/` in the branch you would like to build (`master`for dev version, `RELENG_2_5_0` for stable version)
- Change `pfSense` to `libreSense` in the file names (e.g., `pfSense-repo.abi => libreSense-repo.abi`) - Change `pfSense` to `libreSense` in the file names (e.g., `pfSense-repo.abi => libreSense-repo.abi`)
- Edit the file `/src/etc/inc/globals.inc` : replace the content of `product_name` by `libreSense`. - Edit the file `/src/etc/inc/globals.inc` : replace the content of `product_name` by `libreSense`.
- Edit the file `/tools/conf/pfPorts/make.conf` : replace `pfSense` by `libreSense` in the `PFSENSE_REPOS` variable.
- In the folder `/src/usr/local/share/`, rename the folder `pfSense` to `libreSense`. - In the folder `/src/usr/local/share/`, rename the folder `pfSense` to `libreSense`.
## A deeper look into Netgate build environment ## A deeper look into Netgate build environment