binpkg.sh: reset conf_files and keep_dirs for subpkgs.

--HG--
extra : convert_revision : 866665f3a7db612b80ea765c9308e6754b467921
This commit is contained in:
Juan RP 2009-02-25 07:31:29 +01:00
parent cbf73d8362
commit 7e225693c1
1 changed files with 1 additions and 1 deletions

View File

@ -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