5fda6e8bf3df270b17862b82d875f1fd2cb3e7b7 chmalee Fri Apr 3 11:41:42 2020 -0700 Fixing ubuntu specific bug in expMatrixToBarchartBed, refs #25284 diff --git src/utils/expMatrixToBarchartBed/makefile src/utils/expMatrixToBarchartBed/makefile index b631e2b..3e6daa2 100644 --- src/utils/expMatrixToBarchartBed/makefile +++ src/utils/expMatrixToBarchartBed/makefile @@ -1,5 +1,5 @@ all:: - cp -p expMatrixToBarchartBed ${HOME}/bin + cp -p expMatrixToBarchartBed ${HOME}/bin/scripts test:: @if test -d tests -a -s tests/makefile; then (cd tests && ${MAKE} test); \ else echo "# no tests directory (or perhaps no tests/makefile) in $(CURDIR)"; fi