mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
Simplify debian/rules by using dpkg-source v3 (quilt) instead of the home-grown patch system in debian/rules. Change debian/nightly_build.sh to build a non-native package.
14 lines
473 B
Diff
14 lines
473 B
Diff
diff --git a/src/wconfig.h.in b/src/wconfig.h.in
|
|
index c8bb947..cf06113 100644
|
|
--- a/src/wconfig.h.in
|
|
+++ b/src/wconfig.h.in
|
|
@@ -132,7 +132,7 @@
|
|
*/
|
|
|
|
/* list of paths to look for the config files, searched in order of appearance */
|
|
-#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
|
|
+#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:/etc/X11/WindowMaker:"PKGDATADIR
|
|
#define DEF_MENU_FILE "menu"
|
|
|
|
/* name of the script to execute at startup */
|