diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-01-11 14:04:35 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-01-11 14:04:35 +0200 |
commit | f3ea58db9fbb8b01d67f66b9d24e3d0a05a07bb2 (patch) | |
tree | b260cb3a8b69be1a8ad595e7b2d7d884a16e3aee /x11-wm/awesome/files/awesome-3.5_rc1-convert-path.patch | |
parent | 958f301e48b1f8d98ee13732004ff1ae5e5272c2 (diff) |
Added awesome ebuild
Diffstat (limited to 'x11-wm/awesome/files/awesome-3.5_rc1-convert-path.patch')
-rw-r--r-- | x11-wm/awesome/files/awesome-3.5_rc1-convert-path.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/awesome/files/awesome-3.5_rc1-convert-path.patch b/x11-wm/awesome/files/awesome-3.5_rc1-convert-path.patch new file mode 100644 index 00000000..e6c37b0f --- /dev/null +++ b/x11-wm/awesome/files/awesome-3.5_rc1-convert-path.patch @@ -0,0 +1,12 @@ +diff -Nuar --exclude '*.orig' awesome-3.5-rc1.orig/awesomeConfig.cmake awesome-3.5-rc1/awesomeConfig.cmake +--- awesome-3.5-rc1.orig/awesomeConfig.cmake 2012-11-24 13:51:33.000000000 +0000 ++++ awesome-3.5-rc1/awesomeConfig.cmake 2012-11-24 20:42:23.743412441 +0000 +@@ -56,7 +56,7 @@ + a_find_program(LUA_EXECUTABLE lua FALSE) + a_find_program(LDOC_EXECUTABLE ldoc.lua FALSE) + # theme graphics +-a_find_program(CONVERT_EXECUTABLE convert TRUE) ++a_find_program(CONVERT_EXECUTABLE bin/convert TRUE) + # doxygen + include(FindDoxygen) + # pkg-config |