From 04aa1d971efb44eefa2290ed981c61842b7f62b7 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 4 May 2019 21:02:09 +0200 Subject: Rename tools to not collide with squashfs-tools This commit changes the names of the tools to gensquashfs and rdsquashfs so they don't collide with the names used by the squashfs-tools package and the two can be installed side by side. Signed-off-by: David Oberhollenzer --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 944a414..2d67338 100644 --- a/.gitignore +++ b/.gitignore @@ -18,5 +18,5 @@ config.h *.o *.a *~ -mksquashfs -unsquashfs +gensquashfs +rdsquashfs -- cgit v1.2.3