summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-01 16:01:15 +0000
committerSuper user <root@baserock.(none)>2012-09-17 13:11:37 +0000
commit074b1c11f2e171a218aee95af6cb0c6829da349b (patch)
tree8b39dd9080ce49ae1b3f344cee0e4248a12c53e4
parenta77f7a02eac4f721fd7263cead2c851df1c57833 (diff)
downloadbusybox-074b1c11f2e171a218aee95af6cb0c6829da349b.tar.gz
busybox-nfs.morph: fix typo
-rw-r--r--busybox-nfs.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox-nfs.morph b/busybox-nfs.morph
index 100350035..afb260c38 100644
--- a/busybox-nfs.morph
+++ b/busybox-nfs.morph
@@ -9,7 +9,7 @@
"sed -e 's/.*FEATURE_PREFER_APPLETS=.*/# CONFIG_FEATURE_PREFER_APPLETS is not set/' -i .config",
"sed -e 's/.*FEATURE_MOUNT_CIFS=.*/# CONFIG_FEATURE_MOUNT_CIFS is not set/' -i .config",
"sed -e 's/.*CONFIG_AWK=.*/# CONFIG_AWK is not set/' -i .config",
- "C=\"$(pkg-config libtirpc --cflags --libs)\" perl -MEnv -lpe 's/.*CONGIG_EXTRA_CFLAGS=.*/CONFIG_EXTRA_CFLAGS=\"$C\"/' -i .config",
+ "C=\"$(pkg-config libtirpc --cflags --libs)\" perl -MEnv -lpe 's/.*CONFIG_EXTRA_CFLAGS=.*/CONFIG_EXTRA_CFLAGS=\"$C\"/' -i .config",
"sed -e 's/.*CONFIG_INSTALL_APPLET_SYMLINKS=.*/# CONFIG_INSTALL_APPLET_SYMLINKS is not set/' -i .config",
"sed -e 's/.*CONFIG_INSTALL_APPLET_HARDLINKS=.*/# CONFIG_INSTALL_APPLET_HARDLINKS is not set/' -i .config",
"sed -e 's/.*CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS=.*/# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set/' -i .config",