"Tim O Callaghan" [off-list ref] writes:
quoted hunk
applies-to: 2bab3caf63fc29f249c792289365abaf1cfa071b
ba3be06048f361afc80baae30b00dd6e022386d0
diff --git a/Makefile b/Makefile
old mode 100644
new mode 100755
Is the mode change relevant to cygwin port?
quoted hunk
index c31af7b..1a227ed
--- a/Makefile
+++ b/Makefile
@@ -441,6 +441,26 @@ deb: dist
dpkg-source -b $(GIT_TARNAME)
cd $(GIT_TARNAME) && fakeroot debian/rules binary
+unexport prefix
+export prefix=/
+export DESTDIR=/tmp/cygwin/usr
+cygwinpackage: all...
Are these environment-mucking supposed to be only effective
while you are running cygwinpackage target, or are you breaking
everybody else? I cannot offhand tell because your patch does
not apply for me to try it out, after your MUA munged it.