source: trunk/packages/sipb-xen-base/debian/rules @ 1218

Last change on this file since 1218 was 1218, checked in by broder, 15 years ago

Move invirt-reload to /usr/sbin in sipb-xen-base

  • Property svn:executable set to *
  • Property svn:mime-type set to text/script
File size: 293 bytes
Line 
1#!/usr/bin/make -f
2
3DEB_PYTHON_SYSTEM=pysupport
4
5include /usr/share/cdbs/1/rules/debhelper.mk
6include /usr/share/cdbs/1/class/python-distutils.mk
7
8binary-fixup/sipb-xen-base::
9        mv $(DEB_DESTDIR)usr/bin/invirt-reload $(DEB_DESTDIR)usr/sbin/invirt-reload
10
11clean::
12        rm -rf python/invirt.egg-info
Note: See TracBrowser for help on using the repository browser.