binpkg.sh: reset conf_files and keep_dirs for subpkgs.
--HG-- extra : convert_revision : 866665f3a7db612b80ea765c9308e6754b467921
This commit is contained in:
parent
cbf73d8362
commit
7e225693c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue