Please read before posting any files here.
Posted: Mon Oct 19, 2020 11:24 pm
The intention for this forum is for scripters to submit packages or scripts that do not require modifications to be compatible with the Distro. Packages, whenever possible, should be drop-in and go, or "plug and play" if you prefer.
Should a package require a special include file, then place that include file in the /include directory in your package and make the necessary adjustments to any references to it in your package scripts, eg.
Also, any submitted packages or scripts must be compatible with the systems in the Distro.
I think I have covered the basics but I may update this post if need be.
Should a package require a special include file, then place that include file in the /include directory in your package and make the necessary adjustments to any references to it in your package scripts, eg.
Code: Select all
include ":your package name:special include file"I think I have covered the basics but I may update this post if need be.