diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-26 22:51:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-26 22:51:19 +0000 |
| commit | 16e8a08cbedfb3c68f73eb1a8d93657e6fb99054 (patch) | |
| tree | c9c363594f9542793445f82b7415b39d43ca7c04 | |
| parent | bbb1fb5c873ee6717f2e5228f72a9b31b88ebcd8 (diff) | |
| parent | 6a28fe59384b8dd0736c4126f81233f0f36bae61 (diff) | |
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/cdist
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -618,7 +618,7 @@ elif args.command == 'package': packages = [packages] if target.platform == 'linux': - out = '%s/%s-%d' % (args.output, target.version, target.bits) + out = '%s/%s-%s-%d' % (args.output, target.distro, target.version, target.bits) try: os.makedirs(out) except: |
