summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-08-04 23:14:31 +0200
committerhut <hut@lavabit.com>2012-08-04 23:14:31 +0200
commitd5b9290e09df0a21d4fcdb28a6b2c8afb69abf98 (patch)
treeb1183692d6b479d04b338e4e3e849b6ffb250d44 /setup.py
parent33e1cb6ca4007a801ca4a2a196292d093df16859 (diff)
downloadranger-d5b9290e09df0a21d4fcdb28a6b2c8afb69abf98.tar.gz
added scripts directory. rifle is now installed to /usr/bin/
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 150065ab..d8de3130 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if __name__ == '__main__':
 		author_email=ranger.__email__,
 		license=ranger.__license__,
 		url='http://savannah.nongnu.org/projects/ranger',
-		scripts=['ranger/data/ranger'],
+		scripts=['scripts/ranger', 'scripts/rifle'],
 		data_files=[('share/man/man1', ['doc/ranger.1'])],
 		package_data={'ranger': ['data/*', 'config/rc.conf',
 			'config/rifle.conf']},