source: trunk/debathena/meta/thirdparty-graphics/debian/rules @ 25457

Revision 25457, 321 bytes checked in by jdreed, 12 years ago (diff)
In thirdparty-graphics: * Don't typo the substvars filename in the rules file
  • Property svn:executable set to *
RevLine 
[25304]1#!/usr/bin/make -f
2
[25451]3HAVE_XDOT = $(shell apt-cache show xdot 2>/dev/null | grep -q '^Version:' && echo y)
4
5ifeq ($(HAVE_XDOT),y)
6    binary-predeb/debathena-thirdparty-graphics::
[25457]7        echo "debathena-maybe-xdot=xdot" >> debian/debathena-thirdparty-graphics.substvars
[25451]8endif
9
[25304]10include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracBrowser for help on using the repository browser.