Rev 22 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 22 | Rev 27 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | dh_clean config-stamp Makefile config.status config.log config.cache |
45 | dh_clean config-stamp Makefile config.status config.log config.cache |
46 | 46 | ||
47 | install: build |
47 | install: build |
48 | dh_testdir |
48 | dh_testdir |
49 | dh_testroot |
49 | dh_testroot |
50 | dh_clean -k |
50 | dh_prep |
51 | 51 | ||
52 | install -m 755 -d $(CURDIR)/debian/x2vnc/usr/share |
52 | install -m 755 -d $(CURDIR)/debian/x2vnc/usr/share |
53 | $(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc install |
53 | $(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc install |
54 | 54 | ||
55 | # Build architecture-independent files here. |
55 | # Build architecture-independent files here. |