summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-09-09 07:01:57 +0000
committerMartin Quinson <mquinson@debian.org>2003-09-09 07:01:57 +0000
commite82fe1464d8a254b15a7f2a845710693e6d3b2e7 (patch)
tree4bd0ad1375c507a8064466594d639ff8f9f94ec7
parent2faa9e8f9937483fd190ff2432feb083125145b9 (diff)
downloadquilt-e82fe1464d8a254b15a7f2a845710693e6d3b2e7.tar.gz
Fix LC_ALL to C
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index bccb297..2119bf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ build-stamp: configure-stamp
# Add here commands to compile the package.
#/usr/bin/docbook-to-man debian/patchstack.sgml > patchstack.1
- $(MAKE) prefix=/usr BUILD_ROOT=$(CURDIR)/debian/quilt
+ LC_ALL=C $(MAKE) prefix=/usr BUILD_ROOT=$(CURDIR)/debian/quilt
touch build-stamp
@@ -55,7 +55,7 @@ install: build
dh_installdirs
# Add here commands to install the package into debian/patchstack.
- $(MAKE) prefix=/usr BUILD_ROOT=$(CURDIR)/debian/quilt install
+ LC_ALL=C $(MAKE) prefix=/usr BUILD_ROOT=$(CURDIR)/debian/quilt install
mkdir debian/quilt/usr/include
cp debian/debquilt.mk debian/quilt/usr/include