From: Simon Josefsson Date: Thu, 25 Nov 2010 14:27:36 +0000 (+0000) Subject: Fix. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~3 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fdd17f995a63a7356d597366b16dd6ec1a9c77d;p=yubikey-personalization.old Fix. --- diff --git a/ykpers4win.mk b/ykpers4win.mk index d15c036..6cd229d 100644 --- a/ykpers4win.mk +++ b/ykpers4win.mk @@ -1,4 +1,4 @@ -ykpers4win: +ykpers4win32: rm -rf tmp && mkdir tmp && cd tmp && \ wget -q http://yubico-c.googlecode.com/files/libyubikey-1.7.tar.gz && \ tar xfa libyubikey-1.7.tar.gz && \ @@ -17,4 +17,6 @@ ykpers4win: cd ykpers-1.3.5/ && \ PKG_CONFIG_PATH=$(PWD)/tmp/root/lib/pkgconfig ./configure --host=i686-w64-mingw32 --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root && \ make install check && \ - cd .. + cd .. && \ + cd root && \ + zip -r ../../ykpers-1.3.5-win32.zip *