Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
perl: remove stray comma from list of configure arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Milton Woods committed Jun 19, 2017
1 parent b574bc6 commit fdc10cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/perl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def configure_args(self):
'-des',
'-Dprefix={0}'.format(prefix),
'-Dlocincpth=' + self.spec['gdbm'].prefix.include,
'-Dloclibpth=' + self.spec['gdbm'].prefix.lib,
'-Dloclibpth=' + self.spec['gdbm'].prefix.lib
]

# Prepend default perl @INC path to allow package activation:
Expand Down

0 comments on commit fdc10cd

Please sign in to comment.