source: trunk/packages/invirt-vnc-server/debian/rules @ 1392

Last change on this file since 1392 was 1392, checked in by broder, 16 years ago

Fix a typo in the invirt-vnc-server Makefile

  • Property svn:executable set to *
File size: 302 bytes
RevLine 
[273]1#!/usr/bin/make -f
2
[1385]3DEB_PYTHON_SYSTEM=pysupport
4
[273]5include /usr/share/cdbs/1/rules/debhelper.mk
[1385]6include /usr/share/cdbs/1/class/python-distutils.mk
[273]7
[1386]8binary-fixup/invirt-vnc-server::
[1392]9        mv $(DEB_DESTDIR)usr/bin/invirt-vnc-server $(DEB_DESTDIR)usr/sbin/invirt-vnc-server
[1385]10
11clean::
12        rm -rf invirt.vnc.egg-info
Note: See TracBrowser for help on using the repository browser.