Changeset 24109

Show
Ignore:
Timestamp:
10/20/09 12:34:58 (5 weeks ago)
Author:
broder
Message:

In kerberos-config, why don't we use makefile syntax instead of shell
syntax?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/debathena/config/kerberos-config/debian/rules

    r24108 r24109  
    77        /usr/share/kerberos-configs/krb5.conf.template 
    88 
    9 KRB5_VERSION="$(shell dpkg-query -W -f '${Version}' krb5-clients)" 
     9KRB5_VERSION = $(shell dpkg-query -W -f '$${Version}' krb5-clients) 
    1010ifeq ($(shell dpkg --compare-versions $(KRB5_VERSION) '<<' '1.7~' && echo y),y) 
    1111    DEB_TRANSFORM_FILES_debathena-kerberos-config += \