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

Last change on this file since 1218 was 1218, checked in by broder, 16 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
RevLine 
[48]1#!/usr/bin/make -f
2
[1206]3DEB_PYTHON_SYSTEM=pysupport
4
[725]5include /usr/share/cdbs/1/rules/debhelper.mk
[1206]6include /usr/share/cdbs/1/class/python-distutils.mk
[49]7
[1218]8binary-fixup/sipb-xen-base::
9        mv $(DEB_DESTDIR)usr/bin/invirt-reload $(DEB_DESTDIR)usr/sbin/invirt-reload
10
[1206]11clean::
[1218]12        rm -rf python/invirt.egg-info
Note: See TracBrowser for help on using the repository browser.