Skip to content

Commit

Permalink
Moved scripts to scripts directory
Browse files Browse the repository at this point in the history
This stops them from being installed in the lib directory. An EXE_FILES
line was added to the Makefile.PL to tell make which scripts need the
path modified on installation and where to put them.
  • Loading branch information
neomorphic committed Jan 25, 2012
1 parent d4893bb commit 6d98439
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile.PL
Expand Up @@ -12,7 +12,8 @@ WriteMakefile(
HTTP::Request => '1.0',
HTTP::Response => '1.0',
Test::Simple => '0.86' },
'dist' => {COMPRESS => 'gzip -9f',
SUFFIX => '.gz',
DIST_DEFAULT => 'all tardist'}
'EXE_FILES' => ['scripts/hmm2logo.pl', 'scripts/make_profile.pl'],
'dist' => {COMPRESS => 'gzip -9f',
SUFFIX => '.gz',
DIST_DEFAULT => 'all tardist'}
);
File renamed without changes.
File renamed without changes.

0 comments on commit 6d98439

Please sign in to comment.