commit:     98fd8fc9294db5e3758199e4ccaf94832aad7de2
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 22:43:38 2014 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 22:43:38 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=98fd8fc9

setup.py: Adds new utility scripts to setup

---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 666744a..9ec217f 100755
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,7 @@ setup(name          = 'layman',
         'layman.config_modules.makeconf', 'layman.config_modules.reposconf',
         'layman.overlays', 'layman.overlays.modules',
         ] + modules,
-      scripts       = ['bin/layman', 'bin/layman-updater'],
+      scripts       = ['bin/layman', 'bin/layman-overlay-maker',
+                       'bin/layman-mounter', 'bin/layman-updater'],
       license       = 'GPL',
       )

Reply via email to