diff options
author | Karl Ramm <kcr@1ts.org> | 2013-09-28 19:22:44 -0400 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2013-09-28 19:22:44 -0400 |
commit | 124bccf49c41e6747d4942f1dd338d3673c7d515 (patch) | |
tree | 95f1fa084cb024b146d2cc531ade2208c7ad1f1a /debian/rules | |
parent | 32ccbdb58fe588f14168e5b21e89591237c8b017 (diff) |
rename zephyr python modules to zephyr_ctypes
Having more plausible claimants to the title of "python zephyr module"
installed was interfering with builds.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index eba0709..e931af8 100755 --- a/debian/rules +++ b/debian/rules @@ -130,7 +130,7 @@ install: build cp -rp debian/tmp/etc/zephyr/acl debian/tmp-$$dir/etc/zephyr; \ done mkdir -p debian/tmp/usr/lib/python2.5/site-packages - install -c -m 644 python/zephyr.py debian/tmp/usr/lib/python2.5/site-packages + install -c -m 644 python/zephyr_ctypes.py debian/tmp/usr/lib/python2.5/site-packages # Build architecture-independent files here. # Pass -i to all debhelper commands in this target to reduce clutter. |