tags 336014 +patch
thanks
Hi,
Find attached a patch setting the HOME directory to Amaya/WX directory
when calling make. This means that the .amaya directory is created in
the build directory instead the original /home and should fix the bug.
At least I could build in a chrooted environment with the original home
directory set as read-only.
HTH,
Regis
--
"While a monkey can be a manager, it takes a human to be an engineer"
Erik Zapletal
--- amaya-9.2.1/debian/rules 2006-01-22 19:52:10.079248560 +0000
+++ amaya-9.2.1.ok/debian/rules 2006-01-23 23:12:17.788926424 +0000
@@ -58,7 +58,7 @@
# Add here commands to compile the arch part of the package.
cd Amaya/WX && \
- $(MAKE) CFLAGS="$(CFLAGS)" && \
+ HOME=$(CURDIR)/Amaya/WX $(MAKE) CFLAGS="$(CFLAGS)" && \
cd ../..
touch build-arch-stamp