diff options
-rw-r--r-- | x11-wm/e16utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/e16utils/Makefile b/x11-wm/e16utils/Makefile index 904adb25483e..3201f75390bc 100644 --- a/x11-wm/e16utils/Makefile +++ b/x11-wm/e16utils/Makefile @@ -26,7 +26,7 @@ PLIST_FILES= bin/e16menuedit \ do-patch: .for i in ${SUB_STUBS} if [ -f "${PATCHDIR}/patch-${i}" ]; then \ - cd ${WRKDIR}/${i} ; ${PATCH} -s < ${PATCHDIR}/patch-${i} + cd ${WRKDIR}/${i} ; ${PATCH} -s < ${PATCHDIR}/patch-${i}; \ fi .endfor |