mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
Fix silly typos
This commit is contained in:
@@ -17,8 +17,8 @@ fakeroot-source: $(DL_DIR)/$(FAKEROOT_SOURCE)
|
||||
$(FAKEROOT_DIR)/.unpacked: $(DL_DIR)/$(FAKEROOT_SOURCE)
|
||||
$(FAKEROOT_CAT) $(DL_DIR)/$(FAKEROOT_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||
# If using busybox getopt, make it be quiet.
|
||||
perl -pi -e "s/getopt --version/getopt --version 2>/dev/null" \
|
||||
$(FAKEROOT_DIR)/scripte/fakeroot
|
||||
perl -pi -e "s,getopt --version,getopt --version 2>/dev/null," \
|
||||
$(FAKEROOT_DIR)/scripts/fakeroot
|
||||
touch $(FAKEROOT_DIR)/.unpacked
|
||||
|
||||
$(FAKEROOT_DIR)/.configured: $(FAKEROOT_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user