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