9b24c0a5e8
svn path=/nixpkgs/trunk/; revision=14211
9 lines
237 B
Bash
9 lines
237 B
Bash
source $stdenv/setup
|
|
|
|
myPatchPhase()
|
|
{
|
|
find .. -name CMakeLists.txt | xargs sed -i -e "s@DESTINATION \${KDE4_DBUS_INTERFACES_DIR}@DESTINATION \${CMAKE_INSTALL_PREFIX}/share/dbus-1/interfaces/@"
|
|
}
|
|
patchPhase=myPatchPhase
|
|
genericBuild
|