diff --git a/shutils/binpkg.sh b/shutils/binpkg.sh index aa7c6b9a632..31fac33a861 100644 --- a/shutils/binpkg.sh +++ b/shutils/binpkg.sh @@ -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