# owned by the top-level Makefile API and no context has been set up for where
# derived files should go.
#
-SYSCONFIG_PREFS_DIR = /private/var/db/SystemConfiguration
+PREFS_DIR = /Library/Preferences/SystemConfiguration
install_extra:
- $(MKDIRS) $(DSTROOT)$(SYSCONFIG_PREFS_DIR)
- install -c -m 644 preferences.xml $(DSTROOT)$(SYSCONFIG_PREFS_DIR)/preferences.xml
+ $(MKDIRS) $(DSTROOT)$(PREFS_DIR)
+ $(CHMOD) 755 $(DSTROOT)$(PREFS_DIR)
+ install -c -m 644 preferences.xml $(DSTROOT)$(PREFS_DIR)/preferences.plist