1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

- Fixed switch panel default value in defaults.c

- Fixed WPrefs path in the installed WMState (changed after recent WPrefs
  installation path changes)
- Fixed wmaker.inst (apparently some very noisy individual was unable to get
  right his 10 line patch to rename a path)
This commit is contained in:
dan
2005-04-08 11:51:06 +00:00
parent 880880162b
commit 33f7b63d11
3 changed files with 13 additions and 12 deletions

View File

@@ -3,6 +3,8 @@ defsdatadir = $(sysconfdir)/WindowMaker
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
wpexecbindir = @wprefs_bindir@
EXTRA_DIST = WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
CLEANFILES = WMWindowAttributes WindowMaker WMState
@@ -21,7 +23,7 @@ WindowMaker: $(srcdir)/WindowMaker.in
WMState: $(srcdir)/WMState.in
-rm -f WMState
sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
sed -e "s:#wprefs#:$(wpexecbindir)/WPrefs:" $(srcdir)/WMState.in > WMState
chmod 644 WMState
WMRootMenu: $(srcdir)/../plmenu