Changeset 0edb57f for debian/rules


Ignore:
Timestamp:
2014-07-01T22:26:58Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c564e25
Parents:
3e7a722
Message:

Two small fixes to make Debian builds work again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    r3e7a722 r0edb57f  
    1919ifndef BITLBEE_VERSION
    2020# Want to use the full package version number instead of just the release.
    21 BITLBEE_CONFIGURE_VERSION ?= BITLBEE_VERSION=\"$(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')\"
     21BITLBEE_CONFIGURE_VERSION ?= BITLBEE_VERSION="$(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')"
    2222endif
    2323
Note: See TracChangeset for help on using the changeset viewer.