tech stuff

Main - Archive - About - Feed

apt-cyg fix

After cygwin repository structure change, separating architectures, old good vanilla apt-cyg does not work anymore. Fast dirty fix:

$ sed -i 's@mirror/setup@mirror/x86/setup@' /bin/apt-cyg

Or better use one of the more elegant patches available.