diff options
author | joey <joey> | 2001-05-12 16:26:19 +0000 |
---|---|---|
committer | joey <joey> | 2001-05-12 16:26:19 +0000 |
commit | 625338331a19fff4be0d0e70f3ea19fbc5630d4e (patch) | |
tree | 95392552d878f804d1b5f9f16fe8eddfb9fb5864 /debian/rules | |
parent | 7b068400acb737a64e1f8e5c6b23d72b8dd5c1eb (diff) |
r466: * Corrected bashism (echo -e, DAMNIT), in rules file that resulted in a
corrupted Dh_Version.pm. Closes: #97236
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8302555..bc83ec5 100755 --- a/debian/rules +++ b/debian/rules @@ -75,7 +75,7 @@ binary-indep: build ./dh_installdirs usr/bin usr/share/debhelper \ $(PERLLIBDIR)/Debian/Debhelper - echo -e "package Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';" > \ + printf "package Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';" > \ debian/debhelper/$(PERLLIBDIR)/Debian/Debhelper/Dh_Version.pm find . -perm +111 -maxdepth 1 -type f -not -name "*.pl" \ |