xbps-src: make "nonfree" shared by the main pkg and its subpkgs.
This commit is contained in:
parent
12ecccc499
commit
8b30d9d657
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# a package template and can also be used in subpkgs.
|
||||
|
||||
## VARIABLES
|
||||
unset -v noarch nonfree conf_files mutable_files preserve triggers
|
||||
unset -v noarch conf_files mutable_files preserve triggers
|
||||
unset -v depends run_depends replaces provides conflicts tags
|
||||
|
||||
# hooks/post-install/03-strip-and-debug-pkgs
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
## VARIABLES
|
||||
unset -v pkgname version revision short_desc homepage license maintainer
|
||||
unset -v only_for_archs distfiles checksum build_style
|
||||
unset -v only_for_archs distfiles checksum build_style nonfree
|
||||
unset -v configure_script configure_args wrksrc build_wrksrc create_wrksrc
|
||||
unset -v make_cmd make_build_args make_install_args make_build_target make_install_target python_versions
|
||||
unset -v patch_args disable_parallel_build keep_libtool_archives
|
||||
|
|
Loading…
Reference in a new issue