commit:     31cbb5f345039e61d47f8e7d31adb4d523dd3acd
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 19:22:29 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 19:22:29 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=31cbb5f3

Better organize directory structure.

 clean-worldconf => bin/clean-worldconf     | 0
 grsrun => bin/grsrun                       | 0
 grsup => bin/grsup                         | 0
 install-worldconf => bin/install-worldconf | 0
 make-worldconf => bin/make-worldconf       | 0
 systems.conf => conf/systems.conf          | 0
 setup.py                                   | 5 +++--
 7 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/clean-worldconf b/bin/clean-worldconf
similarity index 100%
rename from clean-worldconf
rename to bin/clean-worldconf

diff --git a/grsrun b/bin/grsrun
similarity index 100%
rename from grsrun
rename to bin/grsrun

diff --git a/grsup b/bin/grsup
similarity index 100%
rename from grsup
rename to bin/grsup

diff --git a/install-worldconf b/bin/install-worldconf
similarity index 100%
rename from install-worldconf
rename to bin/install-worldconf

diff --git a/make-worldconf b/bin/make-worldconf
similarity index 100%
rename from make-worldconf
rename to bin/make-worldconf

diff --git a/systems.conf b/conf/systems.conf
similarity index 100%
rename from systems.conf
rename to conf/systems.conf

diff --git a/setup.py b/setup.py
index 3c5f444..55019db 100755
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@ setup(
     author_email = '[email protected]',
     license = 'GNU General Public License, Version 2',
     packages = ['grs'],
-    scripts = ['grsrun', 'grsup', 'clean-worldconf', 'install-worldconf', 
'make-worldconf'],
-    data_files = [('/etc/grs', ['systems.conf'])]
+    scripts = ['bin/grsrun', 'bin/grsup', 'bin/clean-worldconf', \
+        'bin/install-worldconf', 'bin/make-worldconf'],
+    data_files = [('/etc/grs', ['conf/systems.conf'])]
 ) 

Reply via email to