mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
dmalloc: Stop libdmalloc*.so files from being deleted from staging directory
Fix libdmalloc*.so files being deleted from the staging directory as the package is installed into the target. Signed-off-by: Reuben Dowle <reuben.dowle at 4rf.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d26b5a26b9
commit
93e5c7d9f2
@@ -47,7 +47,7 @@ define DMALLOC_INSTALL_STAGING_CMDS
|
||||
endef
|
||||
|
||||
define DMALLOC_INSTALL_TARGET_CMDS
|
||||
mv $(STAGING_DIR)/usr/lib/libdmalloc*.so $(TARGET_DIR)/usr/lib
|
||||
cp -dpf $(STAGING_DIR)/usr/lib/libdmalloc*.so $(TARGET_DIR)/usr/lib
|
||||
cp -dpf $(STAGING_DIR)/usr/bin/dmalloc $(TARGET_DIR)/usr/bin/dmalloc
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user