From: Egon W. <eg...@us...> - 2002-08-15 10:27:59
|
Update of /cvsroot/woc/woc/bin/download In directory usw-pr-cvs1:/tmp/cvs-serv10706/download Modified Files: Makefile.am Makefile.in Log Message: Install binaries in correct dirs. Index: Makefile.am =================================================================== RCS file: /cvsroot/woc/woc/bin/download/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.am 20 Jul 2002 14:50:34 -0000 1.1 --- Makefile.am 15 Aug 2002 10:27:56 -0000 1.2 *************** *** 1,2 **** --- 1,4 ---- + bindir=${prefix}/bin/download + bin_SCRIPTS = \ download_pdb_from_NCI.pl \ Index: Makefile.in =================================================================== RCS file: /cvsroot/woc/woc/bin/download/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile.in 8 Aug 2002 11:06:48 -0000 1.3 --- Makefile.in 15 Aug 2002 10:27:56 -0000 1.4 *************** *** 21,26 **** prefix = @prefix@ exec_prefix = @exec_prefix@ - - bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ --- 21,24 ---- *************** *** 73,76 **** --- 71,76 ---- am__quote = @am__quote@ install_sh = @install_sh@ + + bindir = ${prefix}/bin/download bin_SCRIPTS = \ |