diff options
Diffstat (limited to 'editors/textroom/Makefile')
-rw-r--r-- | editors/textroom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index 3f02264..d009816 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -23,7 +23,7 @@ USE_QT4= moc_build rcc_build uic_build \ corelib gui opengl qt3support svg xml post-patch: -.for i in getaword.cpp optionsdialog.cpp textroom.cpp +.for i in getaword.cpp optionsdialog.cpp textroom.cpp @${REINPLACE_CMD} -e \ 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/application/src/${i} .endfor |