mirror of
https://github.com/lisanet/PiShrink-macOS.git
synced 2026-02-17 18:45:52 +00:00
no need for truncate. It's in macOS
This commit is contained in:
parent
c3877c71c1
commit
2783592b5a
5
Makefile
5
Makefile
@ -1,6 +1,6 @@
|
||||
# Makefile to easily build all needed tools
|
||||
|
||||
BINS = e2fsck resize2fs tune2fs truncate
|
||||
BINS = e2fsck resize2fs tune2fs
|
||||
|
||||
$(BINS):
|
||||
./make_e2fstools
|
||||
@ -14,7 +14,6 @@ install:
|
||||
install -m 755 resize2fs /usr/local/bin
|
||||
install -m 755 tune2fs /usr/local/bin
|
||||
install -m 755 pishrink /usr/local/bin
|
||||
install -m 755 truncate /usr/local/bin
|
||||
|
||||
uninstall:
|
||||
rm -f /usr/local/bin/e2fsck /usr/local/bin/resize2fs /usr/local/bin/tune2fs /usr/local/bin/pishrink /usr/local/bin/truncate
|
||||
rm -f /usr/local/bin/e2fsck /usr/local/bin/resize2fs /usr/local/bin/tune2fs /usr/local/bin/pishrink
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user