Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created May 28, 2014 13:30
Show Gist options
  • Save kaworu/a4d01d800ec701bcc993 to your computer and use it in GitHub Desktop.
Save kaworu/a4d01d800ec701bcc993 to your computer and use it in GitHub Desktop.
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