diff options
Diffstat (limited to '')
-rw-r--r-- | lang/o2c/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/o2c/files/patch-aa b/lang/o2c/files/patch-aa index f63ba0f5dc4e..c2be79fca4e5 100644 --- a/lang/o2c/files/patch-aa +++ b/lang/o2c/files/patch-aa @@ -42,7 +42,7 @@ -rm -f o2c - ln o2c_stage2 o2c + cp o2c_stage2 o2c -+ mkdir $(LIBPATH) ++ mkdir -p $(LIBPATH) + cp system/_OGCC.c $(LIBPATH) + cp system/_OGCC.h $(LIBPATH) + cp system/ErrorList.Txt $(LIBPATH) |