Skip to content

Commit b79bd6a

Browse files
committed
Small cut and pase error.
1 parent 237bec4 commit b79bd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def build_gfortran(target):
9696

9797
for f in os.listdir(manpath):
9898
if f not in manfiles and not "gfortran" in f:
99-
os.unlink(os.path.join(binpath, f))
99+
os.unlink(os.path.join(manpath, f))
100100

101101

102102
def build_mathjax(target):

0 commit comments

Comments
 (0)