mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
applied patch to rename .AppInfo directory
This commit is contained in:
@@ -135,8 +135,12 @@ else
|
||||
fi
|
||||
|
||||
|
||||
if [ ! -d "$GSDIR/.AppInfo" ]; then
|
||||
make_dir $GSDIR/.AppInfo
|
||||
if [ ! -d "$GSDIR/Library/WindowMaker/CachedPixmaps" ]; then
|
||||
make_dir $GSDIR/WindowMaker/CachedPixmaps
|
||||
fi
|
||||
|
||||
if [ ! -d "$GSDIR/Library/WindowMaker/WPrefs" ]; then
|
||||
make_dir $GSDIR/WindowMaker/WPrefs
|
||||
fi
|
||||
|
||||
if [ ! -d "$GSDIR/Defaults" ]; then
|
||||
|
||||
@@ -41,17 +41,18 @@ main()
|
||||
|
||||
char *RequiredDirectories[] = {
|
||||
"/Defaults",
|
||||
"/.AppInfo",
|
||||
"/Library",
|
||||
"/Library/Icons",
|
||||
"/Library/WindowMaker",
|
||||
"/Library/WindowMaker/Backgrounds",
|
||||
"/Library/WindowMaker/IconSets",
|
||||
"/Library/WindowMaker/Pixmaps",
|
||||
"/Library/WindowMaker/CachedPixmaps",
|
||||
"/Library/WindowMaker/SoundSets",
|
||||
"/Library/WindowMaker/Sounds",
|
||||
"/Library/WindowMaker/Styles",
|
||||
"/Library/WindowMaker/Themes",
|
||||
"/Library/WindowMaker/WPrefs",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user