Last change
on this file since 2693 was
1393,
checked in by broder, 16 years ago
|
Directories in the DESTDIR don't exist unless you create them
|
-
Property svn:executable set to
*
|
File size:
335 bytes
|
Rev | Line | |
---|
[273] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
[1385] | 3 | DEB_PYTHON_SYSTEM=pysupport |
---|
| 4 | |
---|
[273] | 5 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
[1385] | 6 | include /usr/share/cdbs/1/class/python-distutils.mk |
---|
[273] | 7 | |
---|
[1386] | 8 | binary-fixup/invirt-vnc-server:: |
---|
[1393] | 9 | mkdir -p $(DEB_DESTDIR)usr/sbin |
---|
[1392] | 10 | mv $(DEB_DESTDIR)usr/bin/invirt-vnc-server $(DEB_DESTDIR)usr/sbin/invirt-vnc-server |
---|
[1385] | 11 | |
---|
| 12 | clean:: |
---|
| 13 | rm -rf invirt.vnc.egg-info |
---|
Note: See
TracBrowser
for help on using the repository browser.