[PATCH] xfstests: install src/itrash.c

Sitsofe Wheeler sitsofe at gmail.com
Mon Jun 23 04:54:04 CDT 2014


tests/xfs/111 uses itrash.c so ensure it's installed.

Signed-off-by: Sitsofe Wheeler <sitsofe at yahoo.com>
---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index 7a7984a..129aafd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -85,7 +85,7 @@ install: default $(addsuffix -install,$(SUBDIRS))
 	$(INSTALL) -m 755 -d $(PKG_LIB_DIR)/src
 	$(LTINSTALL) -m 755 $(TARGETS) $(PKG_LIB_DIR)/src
 	$(LTINSTALL) -m 755 fill2attr fill2fs fill2fs_check scaleread.sh $(PKG_LIB_DIR)/src
-	$(LTINSTALL) -m 644 dumpfile $(PKG_LIB_DIR)/src
+	$(LTINSTALL) -m 644 dumpfile itrash.c $(PKG_LIB_DIR)/src
 
 %-install:
 	$(MAKE) -C $* install
-- 
1.9.3



More information about the xfs mailing list