diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-06-12 09:24:43 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-06-12 09:24:43 +0200 |
commit | 606dde61a99d47b6aa7600c52eefd0c4a4bf9e99 (patch) | |
tree | 974c2754d029bd36bd442c38b5cf8f08bf528cfd /debian/rules | |
parent | f69b2eb7d7720e83244d73601084fa25287612e9 (diff) |
revert change to ftjam
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 07ca6c7..b84d9fc 100755 --- a/debian/rules +++ b/debian/rules @@ -17,11 +17,11 @@ CRDATE=$(shell date -d "$(CHDATE)" "+%a %b %d %T %Y") override_dh_auto_build: gcc --version - ftjam $(JAMCMDLINE) all + jam $(JAMCMDLINE) all override_dh_auto_install: - ftjam $(JAMCMDLINE) dirs - ftjam $(JAMCMDLINE) install + jam $(JAMCMDLINE) dirs + jam $(JAMCMDLINE) install rm $(CURDIR)/debian/tmp/usr/bin/License.txt # # Make build results reproducible. |