Don't remove files on destdir/${sourcepkg}, they are used in some pkgs.
--HG-- extra : convert_revision : 94b882a792908aa874e30067160f51b1033c492b
This commit is contained in:
parent
d49b5e0239
commit
6966c9ffde
|
@ -67,7 +67,6 @@ xbps_write_metadata_pkg()
|
|||
|
||||
if [ -n "${subpackages}" ]; then
|
||||
run_template ${sourcepkg}
|
||||
rm -rf $XBPS_DESTDIR/${sourcepkg}-${version}/*
|
||||
unset run_depends
|
||||
fi
|
||||
for subpkg in ${subpackages}; do
|
||||
|
|
Loading…
Reference in New Issue