diff options
author | 2015-08-04 15:22:29 -0400 | |
---|---|---|
committer | 2015-08-04 15:22:29 -0400 | |
commit | 31cbb5f345039e61d47f8e7d31adb4d523dd3acd (patch) | |
tree | c2751c678d89f3a0fbd8d66cf0dbec66ae0b05f6 | |
parent | grs/Kernel.py: rsync was clobbering lib -> lib64, not tar. (diff) | |
download | grss-31cbb5f345039e61d47f8e7d31adb4d523dd3acd.tar.gz grss-31cbb5f345039e61d47f8e7d31adb4d523dd3acd.tar.bz2 grss-31cbb5f345039e61d47f8e7d31adb4d523dd3acd.zip |
Better organize directory structure.
-rwxr-xr-x | bin/clean-worldconf (renamed from clean-worldconf) | 0 | ||||
-rwxr-xr-x | bin/grsrun (renamed from grsrun) | 0 | ||||
-rwxr-xr-x | bin/grsup (renamed from grsup) | 0 | ||||
-rwxr-xr-x | bin/install-worldconf (renamed from install-worldconf) | 0 | ||||
-rwxr-xr-x | bin/make-worldconf (renamed from make-worldconf) | 0 | ||||
-rw-r--r-- | conf/systems.conf (renamed from systems.conf) | 0 | ||||
-rwxr-xr-x | setup.py | 5 |
7 files changed, 3 insertions, 2 deletions
diff --git a/clean-worldconf b/bin/clean-worldconf index 2e76f57..2e76f57 100755 --- a/clean-worldconf +++ b/bin/clean-worldconf diff --git a/install-worldconf b/bin/install-worldconf index bdcc6b9..bdcc6b9 100755 --- a/install-worldconf +++ b/bin/install-worldconf diff --git a/make-worldconf b/bin/make-worldconf index c991817..c991817 100755 --- a/make-worldconf +++ b/bin/make-worldconf diff --git a/systems.conf b/conf/systems.conf index c2f0b51..c2f0b51 100644 --- a/systems.conf +++ b/conf/systems.conf @@ -17,6 +17,7 @@ setup( author_email = 'blueness@gentoo.org', 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'])] ) |