]> git.donarmstrong.com Git - lilypond.git/commitdiff
Stop setting $HOME to a non-existent directory
authorAnthony Fok <foka@debian.org>
Sun, 29 Jan 2017 06:37:56 +0000 (23:37 -0700)
committerAnthony Fok <foka@debian.org>
Sun, 29 Jan 2017 06:37:56 +0000 (23:37 -0700)
Fix a FTBFS-on-Hurd issue introduced by me in 2.18.2-5:
FontForge on hurd-i386 segfaults when $HOME was set to a non-existent
directory such as $(CURDIR)/no-trespassing.

debian/rules

index c74c571701aea10d70e6aeec913397d0ffef0d98..48ceeb322117c06c00d8907ea6db3a5dbb1f6aab 100755 (executable)
@@ -35,9 +35,6 @@ endif
 # START: Definitions from the old guile-1.8 (1.8.8+1-10) package
 ########################################################################
 
-# Make sure the build process doesn't touch the real HOME.
-export HOME := $(CURDIR)/no-trespassing
-
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)