source: trunk/athena/etc/athinfod/debian/rules @ 25164

Revision 25164, 309 bytes checked in by jdreed, 13 years ago (diff)
In athinfod: * Make the cluster test executable, which it's not because this is a non-native package
  • Property svn:executable set to *
RevLine 
[22699]1#!/usr/bin/make -f
2
[23425]3DEB_AUTO_UPDATE_AUTOCONF = 2.50
[22699]4include /usr/share/cdbs/1/rules/debhelper.mk
5include /usr/share/cdbs/1/class/autotools.mk
6
7DEB_CONFIGURE_EXTRA_FLAGS += lsbindir=/sbin
8
9clean::
10        rm -f configure
[25164]11
12binary-fixup/debathena-athinfod::
13        chmod 755 debian/$(cdbs_curpkg)/usr/lib/athinfod/is_cluster
Note: See TracBrowser for help on using the repository browser.