binpkg.sh: reset conf_files and keep_dirs for subpkgs.
--HG-- extra : convert_revision : 866665f3a7db612b80ea765c9308e6754b467921
This commit is contained in:
parent
cbf73d8362
commit
7e225693c1
|
@ -56,7 +56,7 @@ xbps_write_metadata_pkg()
|
|||
if [ ! -f $XBPS_TEMPLATESDIR/${sourcepkg}/${subpkg}.template ]; then
|
||||
msg_error "Cannot find subpackage template!"
|
||||
fi
|
||||
unset run_depends
|
||||
unset run_depends conf_files keep_dirs noarch
|
||||
. $XBPS_TEMPLATESDIR/${sourcepkg}/${subpkg}.template
|
||||
pkgname=${sourcepkg}-${subpkg}
|
||||
xbps_write_metadata_pkg_real
|
||||
|
|
Loading…
Reference in New Issue