Fix silly typos

This commit is contained in:
Eric Andersen 2003-09-11 12:24:06 +00:00
parent afcbe6fc3d
commit 9dcfa9a6f5

View File

@ -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