(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawmtn6sYEYvi8fYMU7lIUdSxWfjqwJ0KNeg <Alex@web>
Wed, 2 Mar 2011 16:41:20 +0000 (08:41 -0800)
committerOpenAFS Wiki <ikiwiki@openafs.org>
Wed, 2 Mar 2011 16:41:20 +0000 (08:41 -0800)
AFSLore/HowToBuildOpenAFSFromSource.mdwn

index 169a0a8..10cad42 100644 (file)
@@ -44,7 +44,7 @@ To build [[OpenAFS]] with Kerberos 5 support, and with a custom install path. Be
 
        cd openafs-stable-1_4_x.
        ./regen.sh
-       ./configure --prefix=/usr/local/openafs --with-krb5-conf=(full path to krb5-config script) --with-linux-kernel-headers=/usr/src/(path to desired kernel headers)
+       ./configure --prefix=/usr/local/openafs --with-krb5-conf=(full path to krb5-config script) --with-linux-kernel-headers=(full path to desired kernel headers)
        make
        sudo make install