Skip to content

Commit

Permalink
qmake|Mac OS X: Removed a stray 'p' from the libdeng2 postlink commands
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 28, 2012
1 parent a997e4b commit 4b30f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/libdeng2.pro
Expand Up @@ -80,7 +80,7 @@ macx {
fixInstallName("QtOpenGL.framework/Versions/4/QtOpenGL")

# Update the library included in the main app bundle.
doPostLink("mkdir -p .p./engine/doomsday.app/Contents/Frameworks")
doPostLink("mkdir -p ../engine/doomsday.app/Contents/Frameworks")
doPostLink("cp -fRp libdeng2*dylib ../engine/doomsday.app/Contents/Frameworks")
}

Expand Down

0 comments on commit 4b30f77

Please sign in to comment.