Skip to content

Commit

Permalink
Fix packaging after makd update
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-baumann-sociomantic committed Jun 26, 2018
1 parent b235777 commit 8923659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/neptune.pkg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bins = ['neptune-overview', 'neptune-release']

OPTS = dict(
OPTS.update(
name = VAR.fullname,
description = '''\
Neptune helper binaries
Expand All @@ -16,4 +16,4 @@ Release is used to do neptune-semver conforming releases in an automated manner.
provides = 'neptune',
)

ARGS = FUN.mapfiles(VAR.bindir, '/usr/bin', bins)
ARGS.extend(FUN.mapfiles(VAR.bindir, '/usr/bin', bins))

0 comments on commit 8923659

Please sign in to comment.