Skip to content

Commit

Permalink
[build] update pleaserun path to be compatible with 0.0.22+
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jul 5, 2016
1 parent 832e515 commit 03866c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build/os_packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default (grunt) => {
`${buildDir}/config/=${packages.path.conf}/`,
`${buildDir}/data/=${packages.path.data}/`,
`${servicesByName.sysv.outputDir}/etc/=/etc/`,
`${servicesByName.systemd.outputDir}/lib/=/lib/`
`${servicesByName.systemd.outputDir}/etc/=/etc/`
];

//Manually find flags, multiple args without assignment are not entirely parsed
Expand Down

0 comments on commit 03866c1

Please sign in to comment.