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 *
Line 
1#!/usr/bin/make -f
2
3DEB_AUTO_UPDATE_AUTOCONF = 2.50
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
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.