Created
May 28, 2014 13:30
-
-
Save kaworu/a4d01d800ec701bcc993 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/share/initrd/etc/Makefile b/share/initrd/etc/Makefile | |
index c231ac5..7ee33a3 100644 | |
--- a/share/initrd/etc/Makefile | |
+++ b/share/initrd/etc/Makefile | |
@@ -17,7 +17,7 @@ FILESMODE_${file}=555 | |
# | |
ETC_FILES= ${.CURDIR}/../../../etc/protocols \ | |
${.CURDIR}/../../../etc/regdomain.xml \ | |
- ${.CURDIR}/wpa_supplicant.conf \ | |
+ ${.CURDIR}/../../../etc/wpa_supplicant.conf \ | |
${.CURDIR}/motd | |
PW_FILES= /tmp/pwd.db /tmp/spwd.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment