]> git.saurik.com Git - apple/configd.git/blobdiff - Makefile.postamble
configd-84.tar.gz
[apple/configd.git] / Makefile.postamble
index 05b58f4d7270c1ba03df8ccbe1f4bd2ab16d08cf..819889673bdc7e352c1dbfff5519d0e87f1f7455 100644 (file)
@@ -98,7 +98,8 @@
 # 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