Skip to content

Commit afa32c7

Browse files
committed
Update external/source/exploits/cve-2012-5076_2/Makefile
Wrong directory path
1 parent 9e5370e commit afa32c7

File tree

1 file changed

+2
-2
lines changed
  • external/source/exploits/cve-2012-5076_2

1 file changed

+2
-2
lines changed

external/source/exploits/cve-2012-5076_2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ CLASSES = \
1111
all: $(CLASSES:.java=.class)
1212

1313
install:
14-
mv Exploit.class ../../../../data/exploits/cve-2013-0422/
15-
mv B.class ../../../../data/exploits/cve-2013-0422/
14+
mv Exploit.class ../../../../data/exploits/cve-2012-5076_2/
15+
mv B.class ../../../../data/exploits/cve-2012-5076_2/
1616

1717
clean:
1818
rm -rf *.class

0 commit comments

Comments
 (0)